aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL.txt
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-10 17:50:25 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-11-10 17:50:25 +0000
commit49ab86961643e18490e6fa129209fc49aa79c12a (patch)
tree4763e5ed11928a23e889dd98ce5f39ee4531bae0 /doc/INSTALL.txt
parent391922f2a75925b886674dfc7f453ae8eca7de49 (diff)
downloadsemanticscuttle-49ab86961643e18490e6fa129209fc49aa79c12a.tar.gz
semanticscuttle-49ab86961643e18490e6fa129209fc49aa79c12a.tar.bz2
update installation instructions, changelog and upgrade guide
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@533 b3834d28-1941-0410-a4f8-b48e95affb8f
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.