DokuWiki installation log

Installation log by Viktor. The home directory is represented by ~.

2006-10-10

  • Uploaded to ~/public_html/dokuwiki/.
  • Deleted the bin folder (not needed).
  • Moved the data folder to ~/dokuwikidata (out of the public_html).

2006-10-11

  • Created file conf/local.php and uploaded.
  • Set 777-rights on the lib/plugins
  • Set 666-rights on all files in conf and recursively set 777-rights on all subdirectories in dokuwikidata and 666 for all the files under dokuwikidata.
  • Set up URL rewriting by createding an .htaccess file in the dokuwiki directory with the following contents:
RewriteEngine on

RewriteBase /dokuwiki

RewriteRule ^_media/(.*)              lib/exe/fetch.php?media=$1  [QSA,L]
RewriteRule ^_detail/(.*)             lib/exe/detail.php?media=$1  [QSA,L]
RewriteRule ^_export/([^/]+)/(.*)     doku.php?do=export_$1&id=$2  [QSA,L]
RewriteRule ^$                        doku.php  [L]
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteCond %{REQUEST_FILENAME}       !-d
RewriteRule (.*)                      doku.php?id=$1  [QSA,L]
RewriteRule ^index.php$               doku.php
  • Created an .htaccess file in conf/, inc/ and in lib/plugin, with the following contents:
## no http access to this directory
order allow,deny
deny from all
  • Manually created a user in conf/users.auth.php
  • Set up user rights and groups for the protected namespace (using web interface).
  • Set up IAL dokuwiki template. Files: main.php, print.css and layout.css in lib/tpl/ial/, and uploaded the logotypes using the wiki.
  • Installed blog and discussion plugins. They are nice! Technically, blogs and discussions can be added on any wikipage. See the Formatting Syntax' plugin section at the bottom.

2006-11-??

2006-12-07

  • Set up a template similar to the old IAL.se design.
  • Make menubar multilanguage, i.e. Swedish and English (automatic) in conf/local.protected.php.
  • Created English and Swedish menubars and some pages, sv:start and some more.

2006-01-xx

  • Moved all text from the old homepage and open the new homepage.

2006-02-19

  • Installed punBB and integrated the style.

2006-02-21

  • Switched to punBB authentication backend for DokuWiki. Users registered in dokuwiki (very few) have to re-register.
  • Created a few categories and forums.
  • Added wiki to the menu.

TODO

  • Make the translation work for Swedish in the blog and comments plugins. Translations exist already.
  • Fix some punBB plugins and photo album
  • Make ready a place to write camp stories and reports.

Related pages

wiki/installation_log.txt · Last modified: 2007-02-21 10:10 by viktor