Saturday, July 2, 2011

Dokuwiki

Dokuwiki, http://www.dokuwiki.org/dokuwiki, is a great open source wiki application. It's built using PHP and is great for small to medium sized workgroups.

DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files – no database is required.

Download Dokuwiki here-http://www.splitbrain.org/projects/dokuwiki


***************************************



Dokuwiki install on Ubuntu 11.04

Follow instructions here-http://www.dokuwiki.org/install:ubuntu

dowloaded dokuwiki-2011-05-25a.tgz to //home/yourname/Downloads

sudo su
cd /opt/lampp/htdocs
cp /home/yourname/Downloads/dokuwiki-2011-05-25a.tgz .
tar xvf dokuwiki-2011-05-25a.tgz
sudo mv dokuwiki-2011-05-25a.tgz dokuwiki

--Before continuing, you must identify the user and group running your apache process--

One way is to run this command-
egrep -i 'user|group' /opt/lampp/etc/httpd.conf and look for the values of:
User daemon
Group daemon

Using the User:Group values, change the dokuwiki permissions-
chown -R daemon:daemon dokuwiki(www-data:www-data or nobody: could also be used)

chmod -R g+w dokuwiki

Start lampp if not running
/opt/lampp/./lampp start

Test if wiki is running-
http://127.0.0.1/dokuwiki/doku.php

Finish installing-
http://127.0.0.1/dokuwiki/install.php

Wiki Name-My Ubuntu Wiki
Super User:jdoe
Real Name:John Doe
Email:myname@gmail.com
Password:password







***********************************

Dokuwiki install on Fedora Linux

How to install dokuwiki and get it running with Xampp




your new wiki=
http://localhost/dokuwiki/doku.php
http://127.0.0.1/dokuwiki/doku.php
http://rcfedora/dokuwiki/doku.php


(http://blog.ourmanpann.com/xampp/)
or
another helpful link
http://www.dokuwiki.org/install:permissions#how_to_set_permissions





download dokuwiki tar file
mv it to /opt/dokuwki-2009-12-25
untar it-tar -zxvf dokuwki-2009-12-25.tgz
sudo mv dokuwiki-2009-02-14 /opt/lampp/htdocs
cd /opt/lampp/htdocs/
chmod -R g+w dokuwiki-2009-02-14/
sudo chown -R nobody dokuwiki-2009-02-14/
sudo ln -s dokuwiki-2009-02-14 dokuwiki



If installed correctly and apache is running, you should be able display this page to complete setting up
the wiki-
http://127.0.0.1/dokuwiki/install.php


**********************



Dokuwiki install on Windows Vista.

INSTALL STEPS-

Download dokuwiki tarball from
http://www.splitbrain.org/projects/dokuwiki
file name dokuwiki-2011-05-25a.tgz

Use 7zip to extract dokuwiki-2011-05-25a.tgz

Copy new dokuwiki-2011-05-25a.tgz directory to c:\xampp

Rename dokuwiki-2011-05-25a.tgz directory to dokuwiki

Open browser, go to http://127.0.0.1/dokuwiki/install.php

Enter values-
Wiki Name
My Wiki

Superuser
me

Real Name
Me

Email
somebody@gmail.com

Password
mypassword

Enter Wiki name, super user, real name, password, and make security choices. Click finish link.

Wiki should now be working.


Test-
start xampp
then navigate to wiki
http://127.0.0.1/dokuwiki/doku.php

Wiki installed in
c:\xampp\htdocs\dokuwiki


************************************
Dokuwiki install on MAC 10.6 OSX

Follow instructions here-http://www.dokuwiki.org/install:macosx

Download dokuwiki-2011-05-25a.tgz
from
http://www.splitbrain.org/projects/dokuwiki
to your MAC. It will be stored here-
//home/yourname/Downloads


Enable PHP in Apache and Allow Directory Accesses
Backup httpd.conf:
$ sudo cp /private/etc/apache2/httpd.conf /private/etc/apache2/httpd.conf.bak


Edit httpd.conf:
$ sudo vi /private/etc/apache2/httpd.conf


Make the following changes to httpd.conf:
CHANGE:
#LoadModule php5_module
TO:
LoadModule php5_module


Download dokuwiki-yyyy-mm-dd.tgz (assuming to ~/Downloads)
Unpack downloaded file, move to appropriate location, and change ownership:
$ cd ~/Downloads && tar -zxvf dokuwiki-yyyy-mm-dd.tgz
$ mv dokuwiki-yyyy-mm-dd ~/Sites/dokuwiki
$ cd ~/Sites/dokuwiki
$ sudo chown -R www data conf lib/plugins
Start Personal Web Sharing in System Preferences → Sharing
You should now be able to run the installer at http://localhost/~your_username/dokuwiki/install.php

Answer questions from install.php and then your new Wiki will be created here-
http://127.0.0.1/~yourname/dokuwiki/doku.php

Wiki Name-MAC Wiki
Superuser-me
Real Name-First Last
Email-me@somewhere.com
Password-mypassword



MAC System Preferences/Sharing/Web Sharing
Place check mark next to Web Sharing.

your personl website, in the Sites folder in your home folder, is available at-
http://192.xxx.xxx.xxx/~yourname/

your computer's website is available at this address-
http://192.xxx.xxx.xxx

No comments: