All,
Below is a copy of what IBM's Michael Sandberg posted at
http://www.zend.com///forums/index.php?t=msg&goto=11586&S=a35924081d7725
b6acd641cbc5d470bd#msg_11586 regarding "how to install PmWiki". If you
click on his name you will see many other examples that Michael has
posted.
I've recently received a number of emails about wikis so I'm reposting
here in case others are looking for a wiki as well.
Jim Dillard
IBM Alliance Manager at Zend Technologies, Inc.
-----------------------------------------------------
Application Website:
http://www.pmwiki.org/
Description:
http://en.wikipedia.org/wiki/PmWiki
PmWiki is not an IBM product and is not supported by IBM, use
accordingly
How to get it running:
Download pmwiki-latest.tgz to your PC
Use zip utility to unzip pmwiki-latest.tgz
Copy pmwiki-latest.tar from PC to System i (\www\zendcore\htdocs)
Start PASE session (CALL QP2TERM), navagate to pmwiki-latest.tar and
untar the file (tar -xvf pmwiki-latest.tar)
Also in PASE run the following two commands to create wiki.d and make it
editable.
mkdir /www/zendcore/htdocs/pmwiki-2.1.27/wiki.d
chmod 777 /www/zendcore/htdocs/pmwiki-2.1.27/wiki.d
Edit \www\zendcore\htdocs\pmwiki-2.1.27\pmwili.php find $ScriptUrl =
'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; and replace it
with $ScriptUrl = $_SERVER['SCRIPT_NAME'];
Open a browser to http://<Sytem i Server>:89/pmwiki-2.1.27/pmwiki.php
Attachment: PmWiki.jpg
(Size: 72.72KB, Downloaded 339 time(s))
[Updated on: Wed, 31 January 2007 16:15]
------------------------------------------------------------------------
--------
Michael Sandberg
IBM Senior Accredited IT Specialist
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx]
On Behalf Of Martin Rowe
Sent: Wednesday, March 19, 2008 8:55 AM
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] PHP/Wiki
On 19/03/2008, Crump, Mike <Mike.Crump@xxxxxxxxxxxxxxxx> wrote:
Is anyone doing any Wiki software support via Zend PHP? I'm just
starting to work on this and will be investigating the Zend forums
shortly.
My shortlist of servers right now are MediaWiki (Wikipedia), PMWiki,
and
TikiWiki. I'm aware of some people running PMWiki on the Zend PHP
server but nothing else. Found a nice site called WikiMatrix that
does
a very extensive job on collating information for all the Wiki
software
out there.
We are looking at Wiki server for internal documentation and then we
will see from there. Features that I have thought of so far:
WYSIWYG Editing
LDAP authentication
Roles based security/ACL
Database Storage
Multi-Language Support
Page history
Page revisions
Beyond that I will have to look at the WikiMatrix information to see
if
there is something else I need.
Hi Mike
Are you specifically looking for PHP based wikis so you can run it on
the System i (or whatever it ends up being called in the near future)?
If not I can recommend TWiki (Perl based). I did have it running
(briefly) on our 825, though never had the time to adapt it to the
quirks of IBM's tweaked Apache, and as we have a Linux server to run
it on I didn't pursue it. It's a good fit for a corporate intranet,
with a broad feature set and lots of plugins.
Regards, Martin
As an Amazon Associate we earn from qualifying purchases.