Bootstrap empty Flask project using Vagrant and Chef.
Setup developer environment from one command:
git clone https://github.com/e0ne/flask-vagrant-bootstrap.git && cd flask-vagrant-bootstrap && vagrant up
- Setup all needed packages for delvelopment with Flask
- Create empy Flask skeletone from https://github.com/e0ne/flask-empty
- v.0.1.1:
- Configure Python, Virtuelenv, Nginx and uWSGI
- Configure shared folders
- v.0.2:
- Support CentOS