aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-09-20 09:28:36 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-09-20 09:28:36 +0000
commit124979de993bf02c4ea4fff34719be871e5e4a83 (patch)
tree5ac88f0384348c403f455fc61c80142393561fee /INSTALL.txt
parent964e9c2148df40d474b4b47db94a20e4f00ff7fd (diff)
downloadsemanticscuttle-124979de993bf02c4ea4fff34719be871e5e4a83.tar.gz
semanticscuttle-124979de993bf02c4ea4fff34719be871e5e4a83.tar.bz2
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
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt14
1 files changed, 14 insertions, 0 deletions
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.