From 61bcd8cfd03c165b1fa4a645e66af881e9389369 Mon Sep 17 00:00:00 2001 From: rk Date: Thu, 6 Sep 2001 12:18:08 +0000 Subject: [PATCH] no message --- doc/INSTALL.mir | 59 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 14 deletions(-) diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index dfd7af27..fd6a7b77 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -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 -- 2.11.0