Koozali.org: home of the SME Server

WIKI Installation problems

lewinskys

WIKI Installation problems
« on: May 27, 2006, 02:51:08 PM »
Ok #1.... I have a long way to go to learn Linux.

I have installed SME Server and it is networked. Running on a Compaq Proliant 1600 server. I am trying to get a WIKI Server running here. And honestly, I have gotten no where real quick. I have tried the manual that I found somewhere on this site for the installation. But I think it is assuming I know alot more about Linux than I actually do. Does anyone have more of a "Holding hands" type of Document for the beginner that says to type this, DL that, etc?? I really don't know who I'm to be logged in as, what directory to work out of, terminal vs remote console. SOOO Confused here.
If anyone has any helpful Documents or would like to help through email even.
Thank you

Offline dsemuk

  • ****
  • 269
  • +0/-0
WIKI Installation problems
« Reply #1 on: May 27, 2006, 03:25:27 PM »
First think you need to do is supply a bit more info...

Which Wiki are you trying to install?

Which iBay are you installing it in?

What have you done and what problems are you having?

People will help but they need some real infomation from you to provide that help.

Dave
--
Esmith/Mitel/SME server  :-D...

duncan

WIKI Installation problems
« Reply #2 on: May 28, 2006, 12:50:11 PM »
Its not quite finished - but I have a DocuWiki howto started here

http://wiki.goldtel.com.au/dokuwiki/howto

Offline Rien

  • *
  • 216
  • +0/-0
    • http://www.taurix.nl
WIKI Installation problems
« Reply #3 on: May 28, 2006, 10:12:57 PM »
Hi,


I'm using mediawiki-1.6.3.tar.gz (download that file from http://www.mediawiki.org/wiki/MediaWiki)

Create a database. Login as root.
Code: [Select]

At the prompt type: mysql
mysql> CREATE DATABASE wiki;
mysql> GRANT ALL PRIVILEGES ON wiki.* TO wiki@localhost IDENTIFIED BY 'Password';
mysql> FLUSH PRIVILEGES;
mysql> quit;


(choose your own password surrounded by '...')

  • Create an Ibay e.g. "wiki"
  • Enable "Public access..." and "Execution of dynamic ..."
  • Go to the directory /html and delete the "index.html" file
  • Untar mediawiki-1.6.3.tar.gz in the /html directory (tar -zxvf mediawiki-1.6.3.tar.gz)
Go to the site (http://you.domain.com/wiki) and follow the instructions

It should work now.
Rien
(The Netherlands)......