Editing version 1 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==
You will have to rename config.pl.dist to config.pl (if you do not already have a config file in place). To do this through the shell, type: **`mv config.pl.dist config.pl`**
Now open up config.pl in your favorite editor (mine is vi) and modify the variables to your liking. The config file is **very** well documented, however feel free to ask any questions you may have on the [[Discuss_Installing|discussion page]]. This page is a template
This file is locked by 18.224.55.214 (ec2-18-224-55-214.us-east-2.compute.amazonaws.com) since Fri Mar 14 18:54:35 UTC 2025 . Lock should expire by Fri Mar 14 18:59:35 UTC 2025, and it is now Fri Mar 14 18:54:39 UTC 2025.
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)