From 49ab86961643e18490e6fa129209fc49aa79c12a Mon Sep 17 00:00:00 2001 From: cweiske Date: Tue, 10 Nov 2009 17:50:25 +0000 Subject: update installation instructions, changelog and upgrade guide git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@533 b3834d28-1941-0410-a4f8-b48e95affb8f --- doc/INSTALL.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/INSTALL.txt') 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. -- cgit v1.2.3-54-g00ecf