Skip to content

braunmagrin/funnel

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.2%
  • JavaScript 20.7%
  • HTML 13.2%
  • CSS 10.7%
  • Mako 0.1%
  • Ruby 0.1%