[pmwiki-users] Wiki Comparisons

H. Fox haganfox at users.sourceforge.net
Mon May 22 15:01:32 CDT 2006


On 5/22/06, Ben Wilson <dausha at gmail.com> wrote:
> # wget -c http://www.pmwiki.org/pub/pmwiki/pmwiki-latest.tgz
> # tar xvfz pmwiki-latest.tgz
> # mv pmwiki-2* wiki
> # chmod 2777 wiki
> # {View page}, could even be done by "links
> http:www/example.org/wiki/pmwiki.org"
> # chmod 755 wiki
> # cd wiki
> # mkdir local
> # cp sample-config.php local/config.php
> # vi local/config.php

Two minor corrections...  local/ exists in the distribution now, and
sample-config.php is in the docs/ directory now.  Here are some lines
for a command-line installation:

wget http://www.pmwiki.org/pub/pmwiki/pmwiki-latest.tgz
tar -zxvf pmwiki-latest.tgz
mv pmwiki-2.1* wiki
chmod 2777 wiki
echo '<?php include("pmwiki.php");' >wiki/index.php
# Replace the URL in the following line with your wiki's URL.
wget --no-clobber http://www.example.com/wiki/
chmod 755 wiki
cp wiki/docs/sample-config.php wiki/local/config.php

I ran them as a shell script and it installed PmWiki in under three
seconds.  :-)

Hagan




More information about the pmwiki-users mailing list