-
Notifications
You must be signed in to change notification settings - Fork 53
setting up funnel
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 newclient application
inhttps://auth.hasgeek.com/apps/new
. - Once application is registered, create a new permission with name
siteadmin
inhttps://auth.hasgeek.com/perms/new
. - Copy
client_id & client_secret
of the app and modify the value ofLASTUSER_CLIENT_ID
andLASTUSER_CLIENT_SECRET
insettings.py
. Look into other settings variables for more adding email support. -
python website.py
(development mode, for production useuwsgi
orapache + mod_wsgi
orgunicorn
). - 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
.