From: mj Date: Sun, 16 Sep 2001 22:31:16 +0000 (+0000) Subject: Inserted some lines about the Apache config and how to setup the symlink X-Git-Tag: prexmlproducerconfig~478 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=d7fe5a744166206e342ca64463b9f5ab45618783 Inserted some lines about the Apache config and how to setup the symlink in webapps. --- 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