X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL.mir;h=fdc33f96268b59a1344a4ff5215c605a6bc49171;hb=61d67ed7faee37c085016c8e1df3b3276cf711dc;hp=9906139f5b4c87976d9456ee5a2e80613aa0f6a7;hpb=57f0a98600101c3eb8652aaa7e1643fc7e17297b;p=mir.git diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index 9906139f..fdc33f96 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -41,7 +41,11 @@ now customize config.properties for your needs. sh build.sh -6. Link in the webapps directory of tomcat to the install directory (the directory is called Mir). +6. Link in the webapps directory of tomcat to the install directory (the +directory is called "Mir" and is located in the same directory in which +you installed the "mir" directory). + cd /usr/share/tomcat/webapps + ln -s Mir-install-dir Mir 7. create a new database @@ -60,6 +64,19 @@ as user postgres: 11. configure mod_jk +insert the following patch into /etc/apache/httpd.conf. Edit the directories +to suit your needs. + + +JkWorkersFile /usr/share/tomcat/conf/workers.properties +Include /usr/share/tomcat/conf/mod_jk.conf-auto + + +Do not put any JkMount lines into your httpd.conf! + +If mod_jk.conf-auto doesn't get written or is 0 bytes in size, check your +system for file ownership/permissions problems. + that's it :) now the admin-application is accesable via: @@ -70,4 +87,4 @@ and the openposting-servlet via http://host/OpenMir -standard login is redaktion/indymedia \ No newline at end of file +standard login is redaktion/indymedia