From 124979de993bf02c4ea4fff34719be871e5e4a83 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sun, 20 Sep 2009 09:28:36 +0000 Subject: Use ReST for README, UPGRADE and INSTALL documentation. Rewrite installation docs and readme git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@353 b3834d28-1941-0410-a4f8-b48e95affb8f --- INSTALL.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL.txt (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..cf6013c --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,14 @@ +SemanticScuttle installation +============================ + +1. Create a new MySQL database +2. Import tables.sql into that database, i.e. + run + > mysql -umyusername semanticscuttle < tables.sql + on the shell ("semanticscuttle" being the database name) +3. Copy config.inc.php.dist to 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. -- cgit v1.2.3