Editing version 4 of page Installing (the most recent revision is 5)
Use template:
None
API_Template
DevTrack_Template
Version_Template
Installing Aneuch is easy. Simply extract the archive using the command "**`tar -xzvf`**". This will create a directory called "aneuch" which contains the following contents:
* aneuch.pl - The wiki engine
* htaccess.dist - A sample .htaccess file for you to use (if using Apache and your site allows htaccess files)
* config.pl.dist - Sample config file
* README - A short readme file
Once you have extracted the archive, you can move the files where you want them on your web server (or leave them in the aneuch folder).
==Redirecting==
You will have to set up an .htaccess file to handle the redirecting. The simplest way to do this is to rename htaccess.dist to .htaccess. If you have shell access, you can accomplish this using the command: **`mv htaccess.dist .htaccess`**
Doing this allows all requests to a file that does not exist to flow through the Aneuch script, which then serves it up as a wiki page.
==Configuring==
Information on configuring Aneuch can be found on the [[Configuring]] page.
----
This is part of the [[Documentation]] for Aneuch. This page is a template
Summary:
User name:
Upload a file
By contributing to this wiki, you acknowledge that you waive your right to claim copyright of your individual contributions. The text of this site is uncopyrighted and released to the public domain.
Show markup help Styling **bold **, //italic //, __underline __, --strikethrough--, `teletype ` Headers = Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional) Lists * Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT) Links [[Page]], [[Page|description]], [[http://link]], [[http://link|description]] Images {{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}} Extras ---- (horizonal rule), ~~~~ (signature)