Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 870 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 870 Bytes

HasGeek Funnel -- beta

Code for HasGeek's Funnel at http://funnel.hasgeek.com/

You are welcome to contribute a patch or use this code to run your own funnel under the terms of the BSD license, specified in LICENSE.txt.

This code runs on Python with the Flask microframework. You will need a bunch of requirements that can be installed with:

$ pip install -r requirements.txt

Copy settings-sample.py to settings.py, edit as necessary, and start the server with:

$ python runserver.py

You may also want to setup the database with:

$ python manage.py db create

WSGI is recommended for production. Enable mod_wsgi in Apache and make a VirtualHost with:

WSGIScriptAlias / /path/to/website.wsgi