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
- Create a passwords file in config/passwords using the htpasswd tool
- (Optionally) edit the config/site.conf file (e.g add ServerAlias entries)
- Include the config/site.conf file in your main apache config
- Restart Apache using 'apachectl graceful'
- Configure the wiki in CgiOptions
Location of files
See WikiFileLayout
examples
|