aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL.txt')
-rw-r--r--doc/INSTALL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index 21dbf51..e382d03 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -16,9 +16,10 @@ Installation instructions
run
> mysql -umyusername semanticscuttle < tables.sql
on the shell ("semanticscuttle" being the database name)
-3. Copy config.inc.php.dist to config.inc.php and modify it as
+3. Copy data/config.php.dist to data/config.php and modify it as
necessary.
4. Make the cache directory writable by your web server.
For example, run
> chmod 0777 cache
on the shell.
+5. Set the www/ directory as document root in your web server.