Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 921 Bytes

File metadata and controls

48 lines (32 loc) · 921 Bytes

sandbox-devbox

Documentation around the DevNet Sandbox Devbox VM

Software Requirements

Tested on Vagrant 1.9.1, Ansible 2.1.1.0 and VirtualBox 5.0.30.

Usage

vagrant up

VM Information

  • OS: CentOS 7
  • Mem: 2GB
  • HD: 20GB

Software

  • 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

Notes

  • To run Python 2.7.5, use the command $ python. To run Python 3.5, use the command $ python3.5

Known Issues

  • nvm not loading when devbox 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

Changelog

For details on the Ansible playbook view the README