Skip to content

Instantly share code, notes, and snippets.

@holdenweb
Forked from jacobian/Procfile
Created May 25, 2012 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holdenweb/2785167 to your computer and use it in GitHub Desktop.
Save holdenweb/2785167 to your computer and use it in GitHub Desktop.
#untested
import barrel.cooper
import os
import static
@barrel.cooper.basicauth(users=[('jacob', 'hunter2')])
def app():
return static.Cling(os.path.join(os.path.dirname(__file__), '_build/html'))
app()
web: gunicorn -w4 -b0.0.0.0:$PORT app:app
static==0.4
barrel==0.1.3
gunicorn==0.14.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment