From 29422fa55379aa61a61019b832c83dab6d450264 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 3 Oct 2009 14:00:33 +0000 Subject: move files to new locations git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f --- doc/INSTALL.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/INSTALL.txt (limited to 'doc/INSTALL.txt') diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt new file mode 100644 index 0000000..7f6f188 --- /dev/null +++ b/doc/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.inc.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-54-g00ecf