Wiki

From CSEE Documentation
Revision as of 10:51, 26 May 2009 by Murda1 (talk | contribs) (→‎How to set up your own wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to set up your own wiki

1. Follow the instructions to set up your personal webspace.

2. Log in to sunserver1.cs.umbc.edu

3. Go to your www directory (cd ~/www)

4. Run /usr/site/bin/createwiki.sh <wiki path>. This will create your wiki in ~/www/<wiki path>. For example, /usr/site/bin/createwiki.sh wiki will create ~/www/wiki.

5. Your wiki is now available at http://cs.umbc.edu/~''username''/<wiki path>. Follow the instructions there to modify ~/www/<wiki path>/wikiconfig.py to suit your needs.

6. Create a new user by going to the login page.

7. Edit wikiconfig.py again and go to the Security section. Uncomment the 'superuser' line and change YourName to your username. Uncomment the 'acl_rights_before' line and change YourName to your username there as well. By default, only read access is provided to users not explicitly granted write access. If you wish to grant world access, change the 'acl_rights_default' line to match the rights you wish to provide.

Note that creating a wiki will use approximately 10mb of your quota to start, and adding pages will increase its usage. We use the MoinMoin wiki engine, if you want to read up on how to use it.