witten
/
luminotes
Archived
1
0
Fork 0

Changing createdb line in install doc to include a UTF8 encoding so it doesn't default to ascii.

This commit is contained in:
Dan Helfman 2007-10-11 09:48:02 +00:00
parent 43c6f54e9f
commit 384ff85f86
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ and set the password to "dev".
Initialize the database with the starting schema and default data:
createdb -W -U luminotes luminotes
createdb -W -E UTF8 -U luminotes luminotes
export PYTHONPATH=.
python2.4 tools/initdb.py
@ -119,7 +119,7 @@ and set a new password, for instance, "mypassword".
Initialize the database with the starting schema and default data:
createdb -W -U luminotes luminotes
createdb -W -E UTF8 -U luminotes luminotes
export PYTHONPATH=.
export PGPASSWORD=mypassword
python2.4 tools/initdb.py