diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:55:43 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-10 17:55:43 +0000 |
commit | 807df0a7249133dbf153d0243e471281d6c82ae4 (patch) | |
tree | a7e7b66b82f158324ffe31117afb9d11b1cba5ff /doc/INSTALL.txt | |
parent | 3739c1342d4f424e6e6aceba984fa8b2caf51dae (diff) | |
download | semanticscuttle-807df0a7249133dbf153d0243e471281d6c82ae4.tar.gz semanticscuttle-807df0a7249133dbf153d0243e471281d6c82ae4.tar.bz2 |
tables.sql is in data/
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@538 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'doc/INSTALL.txt')
-rw-r--r-- | doc/INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |