no message
authorrk <rk>
Thu, 6 Sep 2001 12:18:08 +0000 (12:18 +0000)
committerrk <rk>
Thu, 6 Sep 2001 12:18:08 +0000 (12:18 +0000)
doc/INSTALL.mir

index dfd7af2..fd6a7b7 100755 (executable)
@@ -9,31 +9,52 @@ prerequisites:
 - ant (a java-based make) 
 
 
-1. checkout the cvs: 
-cvs -d :pserver: cvsanon@brazil.indymedia.de:/var/cvs login 
-password: cvs 
-cvs -d :pserver: cvsanon@brazil.indymedia.de:/var/cvs lco mir 
+1. checkout the cvs
+
+CVS LOGIN:
+
+       cvs -d :pserver: cvsanon@brazil.indymedia.de:/var/cvs login 
+       password: cvs 
+
+CVS CHECKOUT:
+
+       cvs -d :pserver: cvsanon@brazil.indymedia.de:/var/cvs co mir 
+
 
 2. customize the config: 
-cd mir/source 
-cp config.properties-dist to config.properties 
-edit config.properties 
+
+       cd mir/source 
+       cp config.properties-dist config.properties 
+
+now customize config.properties for your needs.
+
 
 3. configure the build.sh file with java_home 
 
+
 4. Link in the webapps directory of tomcat to the install directory (the directory is called Mir). 
 
+
 5. copy the mir/template-dist-directory to mir/template 
 
-6. run sh buil.sh 
 
-7. create a new database (the dbname should be the same as in config.properties) 
-as user postgres: createdb dbname 
+6. compile
 
-8. run psql dump of create_pg.sql: 
-psql -Upostgres dbname < create_pg.sql 
+       sh build.sh 
 
-8. run psql dump of help*.sql files. 
+
+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
 
 9. chmod 777 Mir/log 
 
@@ -41,4 +62,14 @@ psql -Upostgres dbname < create_pg.sql
 
 11. configure mod_jk 
 
-12. now the admin-application is accesable by:  http://host/Mir and the openposting-servlet by  http://host/OpenMir>
+that's it :)
+
+now the admin-application is accesable via:  
+
+       http://host/Mir 
+
+and the openposting-servlet via  
+       
+       http://host/OpenMir
+
+standard login is redaktion/indymedia