Skip to content
Safiyat Reza edited this page Feb 16, 2014 · 2 revisions
  • create a account in auth.hasgeek.com.
  • Login into auth.hasgeek.com and create a new client application in https://auth.hasgeek.com/apps/new.
  • Once application is registered, create a new permission with name siteadmin in https://auth.hasgeek.com/perms/new.
  • Copy client_id & client_secret of the app and modify the value of LASTUSER_CLIENT_ID and LASTUSER_CLIENT_SECRET in settings.py. Look into other settings variables for more adding email support.
  • python website.py(development mode, for production use uwsgi or apache + mod_wsgi or gunicorn).
  • Access the url http://localhost:3000 and sign in to funnel.
  • Create new Proposal space, url http://localhost:3000/new(Note: Logged in user must be siteadmin).
  • Then add sections to Proposal space http://localhost:3000/<proposalspace>/newsection.
  • Now users can submit the session http://localhost:3000/<proposalspace>/new.
Clone this wiki locally