An open API service indexing awesome lists of open source software.

https://github.com/rybesh/cloud

run an ubuntu web server on mac osx
https://github.com/rybesh/cloud

Last synced: about 1 year ago
JSON representation

run an ubuntu web server on mac osx

Awesome Lists containing this project

README

          

# Get a disk image
```
$ ./get-disk-image.sh
```

# Start virtual machine
```
$ make ubuntu-16.04-server-cloudimg-amd64-disk1.img
```

# Make it public
```
$ su -
# ssh ryanshaw@localhost -L \*:80::8080 -L \*:443::4443 -N
```