Skip to content

mariposacoop/vagrant-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published