This is a basic example of a vagrant powered development environment intended for Python/MySQL development.
- Install Virtualbox and Vagrant
- Clone the repository and cd into the vagrant-python directory.
- Run vagrant up.
- Thats it ! Run vagrant ssh to use your swanky new development environment, complete with a virtualenv !
You can also:
- Edit the variables defined in config.yaml.
- Edit install.sh to use another database such as postgres.