From 7f5f9709d635f023dc98c20b421cbd6cd6b9ee37 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 25 Jan 2009 11:55:36 -0800 Subject: [PATCH] Mentioning that commands should be run from the Luminotes base directory. --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 4b9bc11..3cd6353 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,8 @@ packages: database setup -------------- -Initialize the database with the starting schema and default data: +Initialize the database with the starting schema and default data. You should +run this command from the base Luminotes directory: export PYTHONPATH=. python2.4 tools/initdb.py -l @@ -125,7 +126,8 @@ package: Note that you can use a different UTF-8 locale if you prefer. For instance, in the command above, you can use 'en_GB.UTF-8' instead of 'en_US.UTF-8'. -Initialize the database with the starting schema and default data: +Initialize the database with the starting schema and default data. You should +run this command from the base Luminotes directory: export PYTHONPATH=. export PGPASSWORD=mypassword