build.sh-dist instead of build.sh
[mir.git] / doc / INSTALL.mir
index fd6a7b7..9906139 100755 (executable)
@@ -29,30 +29,28 @@ CVS CHECKOUT:
 now customize config.properties for your needs.
 
 
-3. configure the build.sh file with java_home 
+3. configure the build.sh file with java_home
+        cp build.sh-dist build.sh 
+        chmod 755 build.sh
 
 
-4. Link in the webapps directory of tomcat to the install directory (the directory is called Mir). 
+4. copy the mir/template-dist-directory to mir/template 
 
 
-5. copy the mir/template-dist-directory to mir/template 
-
+5. compile
+       sh build.sh 
 
-6. compile
 
-       sh build.sh 
+6. Link in the webapps directory of tomcat to the install directory (the directory is called Mir). 
 
 
 7. create a new database 
-
 the database name should be the same as in config.properties
 as user postgres: 
-       
        createdb dbname 
 
 
 8. create base table
-
        psql -Upostgres dbname < dbscripts/create_pg.sql
        cat dbscript/help*.sql | psql -Upostgres dbname
 
@@ -72,4 +70,4 @@ and the openposting-servlet via
        
        http://host/OpenMir
 
-standard login is redaktion/indymedia
+standard login is redaktion/indymedia
\ No newline at end of file