Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 450 Bytes

File metadata and controls

24 lines (20 loc) · 450 Bytes

flask-starter

A starter project for a Python Flask server, which can be immediately cloned and deployed. Kudos to @joelburton and @hackbright for providing it.

To Deploy

First, instantiate a virtualenv for this project

$ virtualenv env

Then activate your environment

$ source env/bin/activate

Then install your packages

$ pip install -r requirements.txt

Then start!

$ foreman start