dedffa8074a10ad76dc721aa24b347803143f4c4
[atutor.git] / mods / wiki / doc / INSTALL
1 Information on how to install and use ErfurtWiki can be found in the
2 README, this file only contains notes for the impatient:
3
4 Quick Test Installation
5 =======================
6
7 - just move this newly extracted directory into your webservers docroot:
8   mv ewiki-R1.02i /var/www/wiki
9
10 - then edit the "config.php" file, you may need to set the correct
11   parameters to access your MySQL database server (db user name and
12   password, and select a database different from "test")
13
14 - if you don't have MySQL, then ewiki will simply fall back to use a
15   flat file backend that stores its pages in "/tmp" until you configure
16   something real (constant EWIKI_DBFILES_DIRECTORY)
17
18 - just go to http://localhost/wiki/
19   (or whereever you did put the files)
20
21
22 Real Setup
23 ==========
24
25 If you don't want to go through the [README] files to find out about all
26 possible features, then the 'setup.php' wizard script will help you to
27 generate a custom 'config.php' script.
28