Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 380 Bytes

File metadata and controls

19 lines (15 loc) · 380 Bytes

Virtual Dev Machine

Automatically creates a Python3 development environment using Virtualbox and Vagrant.

Environment

  • Ubuntu 16.04
  • Python3
  • Docker with docker-compose
  • Vim
  • Tmux
  • Git

HOWTO

  1. Install VirtualBox
  2. Install Vagrant (version 2)
  3. Clone this repo to your machine
  4. Run vagrant up
  5. Add --provision flag when running for the first time