Dansimau Flask Bootstrap Save

Bootstrap a Flask project on Ubuntu Trusty, with Puppet, Vagrant and Fabric.

Project README

Flask-Bootstrap

Welcome to my opinionated, lightweight Flask project template.

Quick start

  1. After installing Vagrant, create and boot the VM inside this directory:

     vagrant up
    
  2. SSH to the VM:

     vagrant ssh
    
  3. Run your app:

     fab run
    

You will have a running app listening on http://localhost:5000/ at this point.

Notes

After initial boot, you should:

  • Freeze the newly-installed pip packages at their versions:

      pip freeze > requirements.txt
    
  • Set the SECRET_KEY for each environment in app/config/.

Requirements

*nix-flavoured OS.

What's included

The following software will be installed and configured automatically:

Licence

Licenced under the MIT licence (see LICENCE), so go ahead and fork this!

Credits

Originally based on https://gist.github.com/urschrei/2666927.

Open Source Agenda is not affiliated with "Dansimau Flask Bootstrap" Project. README Source: dansimau/flask-bootstrap
Stars
46
Open Issues
0
Last Commit
9 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating