/vagrant-python

A vagrant powered Python-MySQL dev environment.

Primary LanguageShell

vagrant-python

This is a basic example of a vagrant powered development environment intended for Python/MySQL development.

How to use

  • 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 !

Extending the template

You can also:

  • Edit the variables defined in config.yaml.
  • Edit install.sh to use another database such as postgres.