diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-02-28 21:56:41 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-02-28 21:56:41 +0100 |
| commit | a223218571a845188528f4347eb2ef6c60089367 (patch) | |
| tree | 4779ba464e72de41ae6b8b2fac50611b6e389874 /doc | |
| parent | 8252e8f56099b081b20a0079e03dc3618decae2f (diff) | |
Documentation: add path to DB-Backup
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/asciidoc/install.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/asciidoc/install.txt b/doc/asciidoc/install.txt index c558cc3..d79fe68 100644 --- a/doc/asciidoc/install.txt +++ b/doc/asciidoc/install.txt @@ -4,7 +4,12 @@ Zuerst muss der Benutzer die... ...Datenbank einrichten... ~~~~~~~~~~~~~~~~~~~~~~~~~~ -...indem er den Datenbank-Dump folgendermassen importiert: +...indem er den Datenbank-Dump, der unter +-------------------------------------------------- +src/YalpInputs/YalpPGSqlInput/db-design-sql.backup +--------------------------------------------------- +zu finden ist, folgendermassen importiert: + ---- /usr/bin/psql -U yalp -w yalp -h localhost -f yalp-db.backup ---- |
