PHPWiki

PHPWiki

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:

  1. unpack the 1.2.37 tar.gz package
  2. upload to server
  3. read README
  4. read INSTALL, set configuration options in lib/config.php
    • set ScriptURL
    • set AdminURL
    • set WhichDatabase = “mysql”
  5. 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
  6. go to wiki URL…seems to work
  7. 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

  1. Bo Jordan 19 years ago

    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.
    ——-

  2. Dave 19 years ago

    that looks so much better… I’m switching! :-)