Install Wiki2Go

Home

Creating a new Wiki2Go site

Wiki2Go_make_site.rb
   -s, --server URL              (the url to reach the wiki site)
   -p, --port number             (site port, default is port 80)
   -u, --user username           (owner of the files, typically the Apache web server)
   -g, --group groupname         (group of the files)
   -w, --web default_web         (default subwiki name)
   -t, --type wiki_type          (public, private, readwrite)
   -d, --directory dir           (directory to put wiki in, default = .)
   -h, --help                    Show this message

Public wiki

Everyone can read, write the site. Spam protection is active. Generates HTML.

Private wiki

Only logged-in users can access the site. No spam protection. Generates HTML.

Read/Write wiki

Everyone can read the site. Only logged-in users can edit. No spam protection. Generates HTML.

Further installation steps

  1. Create a passwords file in config/passwords using the htpasswd tool
  2. (Optionally) edit the config/site.conf file (e.g add ServerAlias entries)
  3. Include the config/site.conf file in your main apache config
  4. Restart Apache using 'apachectl graceful'
  5. Configure the wiki in CgiOptions
Location of files

See WikiFileLayout

examples