Installation 1. Checkout the gsdl-docs package out of SVN 2. Go to /lib/dokuwiki/ and untar the dokuwiki tarball (currently the stable version Ricewind) 3. Go back up to / and create a symlink to the folder you just unpacked called just dokuwiki: ln -s ./lib/dokuwiki/dokuwiki- ./dokuwiki 4. Copy all of the archive files in /lib/dokuwiki/plugins/ into /dokuwiki/lib/plugins/, then unpack * note you may need to rename the plugin folders—you'll find Dokuwiki will complain about incorrectly named folders at startup 5. Similarly, copy the monobook template archive from /lib/dokuwiki/templates to /dokuwiki/lib/tpl/ and unpack 6. Setup your webserver (as needed) so you can access this dokuwiki directory and run the PHP scripts therein 7. Visit the dokuwiki installer page in a web browser. For example, if you're webserver is running on localhost, at port 8080, and the path to / is /gsdl-docs, then visit: http://localhost:8080/gsdl-docs/dokuwiki/install.php 8. Follow the setup instructions, and then follow the recommended security settings for Dokuwiki, including renaming the install.php file 9. Overwrite the default configuration by copying the file /lib/dokuwiki/conf/local.php to /dokuwiki/conf/ overwriting the existing file 10. Recursively copy the starting pages file into place, overwriting existing files if prompted cp -r /lib/dokuwiki/pages/ /dokuwiki/data/pages/ * note there is a copy of these instructions in the starting files, located at development 11. Enter /lib/php/ 12. Run each of these commands in order to transform the manual's XML files into Dokuwiki pages: php gs-manuals-import.php -m user php gs-manuals-import.php -m install php gs-manuals-import.php -m develop php gs-manuals-import.php -m paper * note these require a command line version of PHP to be available on the path 13. Enter the wiki again, log in using the administrator account you created when installing, and then visit each manual wiki page, 'edit' it and click approve