tables.sql is in data/

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@538 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-11-10 17:55:43 +00:00
parent 3739c1342d
commit 807df0a724

View 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.