Wiki on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Wiki on AIX
# 1  
Old 08-14-2008
Wiki on AIX

Hi

I am wanting to download and install Wiki Software on an AIX server and have no idea which one or where to start ; preferably Open Source - anyone any ideas?

Thanks
# 2  
Old 08-14-2008
The OS basically has no mean to run a wiki on. It more depends on a webserver to reach it, sometimes a database in the backround (I'd prefer those that don't need one though) and a script language like php or perl etc.

Here you can check which might be most suitable for your needs and even compare them etc. very nice site:

WikiMatrix - Compare them all

EDIT: dokuwiki is small, fast, easy and you can set permissions and stuff.

Last edited by zaxxon; 08-14-2008 at 08:51 AM..
# 3  
Old 08-14-2008
Quote:
Originally Posted by zaxxon
The OS basically has no mean to run a wiki on. It more depends on a webserver to reach it, sometimes a database in the backround (I'd prefer those that don't need one though) and a script language like php or perl etc.

Here you can check which might be most suitable for your needs and even compare them etc. very nice site:

WikiMatrix - Compare them all

Thanks, we have an apache web server running already if that helps? We use other SAS web technology and basic java script etc.
# 4  
Old 08-14-2008
We've got an apache web server that we currently use for basic html/java/javascript and SAS intrnet processing - I thought the right wiki application would allow us to use the apache server (I know we will need a mysql database or something too)

Thanks
# 5  
Old 08-14-2008
No, as I said only some wikis use databases in the background. Many use flatfile repositories.
Basically you have your Apache being capable to process the language the wiki is written in, may it be php, perl or whatever.
Then you usually just have to share the directory where the wiki is place with it's index.html index.php or index.pl or whatever and that's it.

Depends solely which wiki you decide to give a go.
# 6  
Old 08-14-2008
mediawiki is the most used and bloated wiki out there. is the one used in wikipedia and similars.

other wikis are to rigid and/or ugly :P <--- WARNING, personal opinion.

you could check plone too. is more like a content manager, but can be used to upload files and cerate rich text pages.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

wiki

Please i am trying to create an intranet wiki in my work place but i have no idea what to do, please if you can guide me on how to go about it i will really appreciate it. thanks (1 Reply)
Discussion started by: bensen
1 Replies

2. Solaris

Wiki on Solaris

Hi, i want to install wiki on solaris, to make my own wikipedia inside my company. I'm using Solaris 10. Can someone help me with this, give me some directions, what do i have to install, some step by step guide. thanks in advance :) (4 Replies)
Discussion started by: n00b
4 Replies

3. UNIX for Dummies Questions & Answers

Wiki on AIX

Hi I am wanting to download and install Wiki Software on an AIX server and have no idea which one or where to start ; preferably Open Source - anyone any ideas? Thanks (1 Reply)
Discussion started by: carole_76
1 Replies

4. Web Development

wiki -- heard about them, tell me more

I have heard about companies setting up wiki sites to allow for user grops to workshare information via the web. When I said something about this to someone, was told it was a lot of work to setup. Anyone care to comment on what is truly needed? The materials needed, effort required, whether it... (4 Replies)
Discussion started by: joeyg
4 Replies
Login or Register to Ask a Question