-
Notifications
You must be signed in to change notification settings - Fork 54
setting up funnel
Safiyat Reza edited this page Feb 16, 2014
·
2 revisions
- create a account in
auth.hasgeek.com. - Login into
auth.hasgeek.comand create a newclient applicationinhttps://auth.hasgeek.com/apps/new. - Once application is registered, create a new permission with name
siteadmininhttps://auth.hasgeek.com/perms/new. - Copy
client_id & client_secretof the app and modify the value ofLASTUSER_CLIENT_IDandLASTUSER_CLIENT_SECRETinsettings.py. Look into other settings variables for more adding email support. -
python website.py(development mode, for production useuwsgiorapache + mod_wsgiorgunicorn). - Access the url
http://localhost:3000and 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.