Skip to content

This is a sample on how to setup Flask on Dreamhost with Passenger WSGI Setup instructions here: http://mattcarrier.com/flask-dreamhost-setup

Notifications You must be signed in to change notification settings

icecreammatt/flask-passenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample on how to setup Flask on Dreamhost with Passenger WSGI Setup instructions here: http://mattcarrier.com/flask-dreamhost-setup

TL;DR; (Quick Setup)

  • add a new subdomain on the dreamhost web panel
  • cd myappname.domain.com
  • git clone https://github.com/icecreammatt/flask-passenger.git .
  • virtualenv .
  • . bin/activate
  • easy_install flask
  • git submodule init
  • git submodule update
  • Replace myappname.domain.com in passenger_wsgi.py with your folder path.
  • touch tmp/restart.txt
  • DONE!

About

This is a sample on how to setup Flask on Dreamhost with Passenger WSGI Setup instructions here: http://mattcarrier.com/flask-dreamhost-setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages