Basic installation
- Grab package from Download page link
- Upload to your WWW account
- Ensure your pages subdirectory is writable by Apache user
- Rename config.php.dist to config.php
- Direct your browser to http://yourserver/install_dir
- Enjoy!
Optional steps:
Important: protect your edit.php script by .htaccess (Apache)
Options -Indexes
AuthType Basic
AuthName "Aplikacja.info - CMSWIKI"
AuthUserFile "/home/your-path-to-htpasswd-dir/.htpasswd"
DirectoryIndex view.php
<Files "edit.php">
require valid-user
</Files>
Custom WYSIWYG editor
- FCKEditor
- Install FCKEditor under /fckeditor/
- change in config.php: define("EDIT_TEMPLATE","fckeditor-template.html");