This project contains a collection of recipes to create a fully featured developer virtual machine configured for a variety of activities.
The provisioners for the project can be found in the provisioners directory.
config.example.json provides you the ability to customize a few details of the virtual machine that you will bring up.
GitHub Token, the personal access token must have the following scopes when created: repo
, admin:org
, admin:public_key
.
- Populate a new file
config.json
fromconfig.example.json
. - Launch a virtual machine
$ vagrant up
. - Connect to the virtual machine
$ vagrant ssh
.