PHPWiki
Posted on February 5, 2005 in Computers
(last edited on April 29, 2014 at 1:29 am)
(last edited on April 29, 2014 at 1:29 am)
About to install a Wiki for the New Media group. I found this quick review of popular wiki installs , and chose PHPWiki. Boring installation notes follow:
- unpack the 1.2.37 tar.gz package
- upload to server
- read README
- read INSTALL, set configuration options in
lib/config.php
- set ScriptURL
- set AdminURL
- set WhichDatabase = “mysql”
- read INSTALL.MYSQL
- create db, get credentials
- execute
mysql -uuser -ppassword -hhost wikiname < schemas/schema.mysql
from CLI - change mysql settings in
lib/config.php
- go to wiki URL…seems to work
- Admin URL does NOT work. It might be because I’m running PHP as CGI. Trying to run it as default Apache mod (no .htaccess redirects)…
2 Comments
FYI, I have been playing with MediaWiki at work for a little while, and just set up a play system at wiki.cornbreadtre.org. I can’t speak from too much experience, but the setup time is *nothing*, and it seems way powerful.
——-
that looks so much better… I’m switching! :-)