Documentation around the DevNet Sandbox Devbox VM
Tested on Vagrant 1.9.1, Ansible 2.1.1.0 and VirtualBox 5.0.30.
vagrant up
- OS: CentOS 7
- Mem: 2GB
- HD: 20GB
- Gnome Desktop
- Docker Daemon and Engine
- git tools
- pyenv
- Python 2.7 and 3.5
- pip
- virtualenv
- drone command line tool
- PyCharm Community
- node version manager (nvm)
- node v6.9.2 (LTS)
atom 1.12.7
- To run Python 2.7.5, use the command
$ python
. To run Python 3.5, use the command$ python3.5
nvm not loading whendevbox
user logs in. Workaround:$ source ~/.nvm/nvm.sh
- No Atom installation yet
You must restart the VM after Ansible completion to have the gnome desktop load by default
For details on the Ansible playbook view the README