thinkfoss / funnel

HasGeek Talkfunnel

Home Page:https://talkfunnel.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

HasGeek Talkfunnel

https://talkfunnel.com/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 52.7%Language:JavaScript 23.5%Language:CSS 12.0%Language:HTML 11.7%Language:Mako 0.1%Language:Ruby 0.1%