Table of Contents

Wiki Installation

NEW WIKI See wiki repo on bitbucket. https://bitbucket.org/errigal/wiki/src/master/

Author: Padraig O Neill based on https://docs.google.com/document/d/1lw3Rkdxvos6O3JgvvQkFhqPJGy7LcUX-2TMMFa7HjZY/edit#heading=h.rbeemfk5xiqz by Andrey)

Introduction

This page was created to provide document details of the current dokuwiki installation.


Location

Access Information

Each user requiring an account on the WIKI is responsible for creating such an account using the administrative account provided.

Installation Information

Installation Instructions

Installation Instruction

Upgrade Instructions

Daily GIT Push Setup Instruction

Code

CRON Task # Backup internal wiki 0 * * * * /home/scotty/script/hourly_commit.sh > /home/scotty/script/hourly_commit.out 2>&1 Daily GIT Push BASH Script #!/bin/bash eval `ssh-agent` ssh-add /home/scotty/.ssh/id_rsa cd /var/www/html /usr/bin/git add -A /usr/bin/git commit -m “Hourly Commit (`/bin/date +'%Y-%m-%d %H:%M:%S'`)” /usr/bin/git push origin master if [ $? = 0 ]; then

echo Everything was successful

else

echo Everything failed

fi # echo “command result = $?”

Watchdog

'WikiHourlyGITPushCheck' { type = 'LOG' thresholds { a = [name: 'checkLog', type: 'EQUAL', value: ['Everything failed'], lev$ } parameters { logFileLocation = '/home/scotty/script/hourly_commit.out' renameLog = false } }

Also, do add “w = 'WikiHourlyGITPushCheck'” to the “resources” list.

Troubleshooting

If the Backup process is failing confirm the following.

Dokuwiki JS

Plugins Installation

CSS Styling

DokuWiki User Manual

Using Sidebar

Creating Namespaces

Updating Sidebar Navigation

Miscellaneous

Changing WIKI Page Width

Table of Contents Configuration

In order to set up the required configuration parameters allowing to show the TOC, one should access the configuration file (“dokuwiki.php”, located in the “conf” folder) and ensure that the following values are set: