added blurb about htdig as a good search engine, pointed to
[mir.git] / doc / INSTALL.postgresql
index 0a53b95..7311d29 100755 (executable)
@@ -7,15 +7,19 @@ we installed postgres on machines with debian / kernel 2.2 / jdk 1.3 (blackdown)
 make sure you don't have postgresql installed via debian / apt-get. if you do
 purge the installation. 
 
-make sure you have libreadline-dev package installed, otherwise you won't be
-able to use cursor/backspace in psql-shell.
-
 the following things have to be done as superuser (if not otherwise stated):
 
 
-1. get the tarball from postgresql.org
+1.  make sure you have:
+
+       libreadline-dev
+       perl-dev
+       ant >= 1.3
+       (blackdown) jdk1.3
 
-2. unzip/untar the tarball
+2.  get the tarball from postgresql.org
+    
+       tar xvfz postgresql-7.1.3.tar.gz
 
 3. configure
 
@@ -80,4 +84,15 @@ change to the start-scripts folder in the contrib-part.
    /usr/local/pgsql/bin/createdb test
    /usr/local/pgsql/bin/psql test
 
+8a. Postgresql user
+
+       See INSTALL.mir for basic dealing with postgresql user.
+       Use 'createdb -U postgres' to create a Database. Create
+       tables with different User inside the Database.
+
+
+Fine! - now you can continue with the postgresql-section in INSTALL.mir
+Good luck.
+
+