-
Notifications
You must be signed in to change notification settings - Fork 1
mariposacoop/vagrant-dev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Vagrant Dev A Vagrant dev box setup for the MIST team. This box includes Python in a virtualenv, Nginx, Gunicorn and Flask. * install virtualbox https://www.virtualbox.org/wiki/Downloads * install vagrant http://www.vagrantup.com/downloads $ vagrant box add hashicorp/precise32 $ vagrant up $ vagrant ssh $ cd /usr/local/dev && . bin/activate $ gunicorn app:app -b localhost:8080 * browse http://127.0.0.1:8080/ When done, hit ctrl+c to terminate the gunicorn process. $ exit $ vagrant destroy
About
Vagrant box setup for devs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published