]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
tables.sql is in data/
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 10 Nov 2009 17:55:43 +0000 (17:55 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 10 Nov 2009 17:55:43 +0000 (17:55 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@538 b3834d28-1941-0410-a4f8-b48e95affb8f

doc/INSTALL.txt

index e382d032167956dd37f770c594a9e348c0f99f91..9beea07e634013b36c54c86ce2d617b1921a2529 100644 (file)
@@ -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.