Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 574 Bytes

vagrant-flask

Vagrant [ubuntu-trusty-64]

Provisioned: Venv, Python 2.6, NodeJS, Ruby NGINX, uWSGI (emperor), Flask, MongoDB, Sass

*Inculdes a flask-mvc boilerplate

Open VagratnFile and under config.vm.provision change arg2 to your apps' name.

Everytime the provision script is run and an existsing directory with the same app name is found, a backup of the app folder will be made (env and the ini/config files in the root dir will be deleted)

Use command: vagrant up in the VagrantFile directory to start server

Then goto http://localhost:8888/ on the host machine