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
- Host: GitHub
- URL: https://github.com/rybesh/cloud
- Owner: rybesh
- Created: 2017-10-29T14:41:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T14:42:06.000Z (over 8 years ago)
- Last Synced: 2025-02-14T14:51:30.466Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```