>
>  Any chance for steps on how to do that ? (For us that are new o web2py)
>

- Start the rocket built-in server (see the manual for instructions for 
windows)
- Open the admin app and authenticate
- Go to the app base address at http://localhost:8000/<app name> and 
register

web2py should now have created a wiki_editor and assigned the new user to 
the editor group. If not:

- Go to http://localhost:8000/<app name>/appadmin
- Click in the auth_group table (it opens a view of the table)
- Check that there is a group named wiki_editor, otherwise create it (by 
clicking in the new record button)
- Go to appadmin again and open the auth_membership view
- Create a membership record that links the wiki_editor group and your 
auth_user id

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to