WackoWiki Installation

Also available in Deutsch, Español, Français, Русский, 简体中文


Here you will find details for your software installation of WackoWiki R6.1.


Be sure to check requirements in advance.

If you need to update your installation from an earlier version, read the Upgrade Instructions instead.

1. Before installing

  1. Download WackoWiki
  2. Unzip/untar the downloaded file
  3. Check the release notes
  4. Upload extracted files via FTP
    • copy or symlink the src/ folder to your wiki-folder, e.g wiki/
  5. You will need to enable read and write access for the following files and folders
    • _cache/config/
    • _cache/feed/
    • _cache/page/
    • _cache/query/
    • _cache/session/
    • _cache/template/
    • config/config.php
    • config/lock
    • config/lock_ap
    • file/backup/
    • file/global/
    • file/perpage/
    • file/thumb/
    • file/thumb_local/
    • xml/
    • For example:
      1. chmod 0755 _cache/config/ _cache/feed/ _cache/page/ _cache/query/ _cache/session/ _cache/template/ file/backup/ file/global/ file/perpage/ file/thumb/ file/thumb_local/ xml/
      2. chmod 666 config/config.php config/lock config/lock_ap
  6. Create a database, if you have not already done so (e.g. via phpMyAdmin).
    1. Database Name
    2. Server Address (often 127.0.0.1 or localhost or the server IP address)
    3. Database Username
    4. Database Password
  7. Check if the provided path for CACHE_SESSION_DIR in config/constants.php is correct.
    1. The default value set in constants.php is /tmp but may vary in your environment.
    2. You may want to change this to a custom folder (e.g. _cache/session or /var/tmp)
    3. const CACHE_SESSION_DIR	= '/tmp';	
  8. Check if you got .htaccess enabled on your webserver.
    • You should have the directive: AllowOverride All in your apache vhost configuration.
  9. Open example.com/wiki-folder/ in your browser.

As with any software that you expose to the internet, there may be bugs or security problems. Do not install WackoWiki unless you intend to keep up with security upgrades (please subscribe to receive announcements of security updates via News).

2. Run the Installer

WackoWiki R6.1 installation step 1: language
Step by step as Installer Screenshots.


  1. Choose language
  2. Check System Requirements
  3. Site Configuration
  4. Database Configuration
  5. Database Installation
  6. Write Config File
  7. Follow the link to your wiki.

If you encounter problems while installing WackoWiki, see problem page.

3. Post-installation Configuration

attachment settings module

  1. Create the Recovery-Password
  2. Admin Panel login
    1. Set default access levels
    2. Set registration settings
    3. Mail Server (SMTP)
    4. Maximum File Upload Size
    5. Cache Levels
    6. Captcha Settings
  3. Bad Behaviour
  4. CSP settings
  5. robots.txt

3.1. Configuration tips


back to overview

Comments

  1. Comment 825

    Post Installation Configuration
    I managed to get the Admin Panel to work.
    Any know tips for CSS / Themes?
    Is it good wacko practice to update theme/default/css/*.css manually?
  2. Creating Wacko Themes


    Please see About creating Wacko Themes. Once you figure out how the templates work, then they are quite simple. If something doesn't work as expected, remember that templates are based on incremental array building. If you need help with a specific issue just open a new topic in the Themes section.


    As long as you are not working in the default theme, which might be accidentally overwritten.
    • WikiAdmin
    • 04.03.2022 14:32 edited