Added index creation to database creation script.
[mir.git] / doc / INSTALL.mir
index 58d747d..d74d5ec 100755 (executable)
@@ -57,12 +57,19 @@ as user postgres:
 8. create base table
        psql -Upostgres dbname < dbscripts/create_pg.sql
        cat dbscript/help*.sql | psql -Upostgres dbname
+       cat dbscript/populate*.sql | psql -Upostgres dbname
 
-9. chmod 777 Mir/log 
+9. Add the dupe prevention trigger to the database:
+       cd dbscripts/dupetrigger
+       
+       There, read INSTALL and follow the instructions.
+       
+
+10. chmod 777 Mir/log 
 
-10. restart tomcat 
+11. restart tomcat 
 
-11. configure mod_jk 
+12. configure mod_jk 
 
 insert the following patch into /etc/apache/httpd.conf. Edit the directories
 to suit your needs.
@@ -78,7 +85,7 @@ If mod_jk.conf-auto doesn't get written or is 0 bytes in size, check your
 system for file ownership/permissions problems.
 
 
-12. Add a password to your PostgreSQL user and link it to Mir (optional)
+13. Add a password to your PostgreSQL user and link it to Mir (optional)
 
 Add a hard to guess password to the PostgreSQL user database: