Difference between revisions of "Wiki"

From CSEE Documentation
(New page: ==How to set up your own wiki== 1. Follow the instructions to set up your personal webspace. 2. Log in to <tt>sunserver1.cs.umbc.edu</tt> 3. Go to your <tt>www</tt>...)
 
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
 
5. Your wiki is now available at <tt><nowiki>http://cs.umbc.edu/~''username''/<wiki path></nowiki></tt>. Follow the instructions there to modify <tt>~/www/<wiki path>/wikiconfig.py</tt> to suit your needs.
 
5. Your wiki is now available at <tt><nowiki>http://cs.umbc.edu/~''username''/<wiki path></nowiki></tt>. Follow the instructions there to modify <tt>~/www/<wiki path>/wikiconfig.py</tt> to suit your needs.
  
Note that creating a wiki will use approximately 10mb of your quota to start, and adding pages will increase its usage. We use [http://moinmo.in/| the MoinMoin wiki engine], if you want to read up on how to use it.
+
6. Create a new user by going to the login page.
 +
 
 +
7. Edit <tt>wikiconfig.py</tt> 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 [http://moinmo.in/ the MoinMoin wiki engine], if you want to read up on how to use it.

Latest revision as of 10:51, 26 May 2009

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.