Table of Contents

Setting up a wiki

At the bottom of this page are links to Monobook and Dokuwiki. Monobook is the code that makes everything look pretty, Dokuwiki is the underlying code that drives the wiki. Using the respective links, you will find all the downloads you need together with installation instructions. The basic idea:

Upgrading

Upgrading is easy. Download all the folders/files for the upgraded wiki. If you are using a windows pc, drag theses into the existing wiki folder that is in public_html. This will replace all out-of-date files with the newer files of the same name. This will not overwrite any content (unless you made your own logo.png for the top left corner) because content files are not present in a downloaded wiki package.

If you are using a mac, the drag-and-drop default will overwrite entire folders. Not good! I transfer the upgraded wiki folder to a directory on the server and then use the unix command “cp -r” to put the upgraded files in the right place. (Use the pwd command to find the path to the directories). Example: Set the current directory to dokuwiki and then type

cp -r * /home/physics/minote/public_html/COURSES/ph315

Dokuwiki checks whether updates are available, as described here: https://www.dokuwiki.org/update_check

http://wiki.splitbrain.org/wiki:install:upgrade

How to

Technical issues

The wiki stopped working once (the navigation menu wouldn't show up and images would not display). There was a problem with files being cached on the server. At OSU, user directories are stored on NFS volumes on the main login server, and mounted to the web server(s). If a network problem occurs, the file cache can be damaged, and cause odd behaviors. The cache was cleared the problem was resolved.