From 807df0a7249133dbf153d0243e471281d6c82ae4 Mon Sep 17 00:00:00 2001 From: cweiske Date: Tue, 10 Nov 2009 17:55:43 +0000 Subject: tables.sql is in data/ git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@538 b3834d28-1941-0410-a4f8-b48e95affb8f --- doc/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/INSTALL.txt') diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index e382d03..9beea07 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -14,7 +14,7 @@ Installation instructions 1. Create a new MySQL database 2. Import tables.sql into that database, i.e. run - > mysql -umyusername semanticscuttle < tables.sql + > mysql -umyusername semanticscuttle < data/tables.sql on the shell ("semanticscuttle" being the database name) 3. Copy data/config.php.dist to data/config.php and modify it as necessary. -- cgit v1.2.3-54-g00ecf