createdb with encoding parameter
[mir.git] / doc / INSTALL.mir
index dc9ad01..c9bfd64 100755 (executable)
@@ -8,8 +8,8 @@ prerequisites:
 - postgres 7.1.x
 - ant (a java-based make) 
 - jaxp-1.1 (a SAX 2.0 compliant XML parser, comes with ant >= 1.4)
-- the JAI image framework (Java Advanced Imaging). get it from 
-  java.sun.com
+- the JAI image framework (Java Advanced Imaging) versin 1.1.1 . get it from 
+  java.sun.com. ** NOTE: it must be placed in tomcat's common/lib directory **
 
 1. checkout the cvs
 
@@ -100,7 +100,7 @@ application call that you want to connect as a specific user. If you access
 the database from any other user's account, use the -U flag to connect to
 PostgreSQL as the database superuser ("postgres"):
 
-       createdb -U postgres Mir 
+       createdb -U postgres --encoding=unicode Mir 
 
 Please note that if you create the database from inside the psql application,
 the database name will likely be converted to lowercase letters.