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:
parent
3739c1342d
commit
807df0a724
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue