a vagrant base box based on ubuntu server 16.10 with sensible defaults for development
this box is available on atlas. follow these steps:
# download the box
$ vagrant box add thekelvinliu/dev-box
# navigate to some project
$ cd path/to/project
# initialize the box
$ vagrant init thekelvinliu/dev-box
# start it up
$ vagrant up --provider virtualbox
# connect
$ vagrant ssh
- up-to-date ubuntu server 16.10 yakkety yak
- jump-start
- an offshoot of osx-jump-start with the osx stuff hacked away
- run
~/jump-start/scripts/linker.sh
to generate a global.gitconfig
with your username and email
- python3
- nodejs
- 1.0.0
- 2017-02-23
- initial release