diff options
Diffstat (limited to 'mail/openemm2015/files/pkg-message.in')
-rw-r--r-- | mail/openemm2015/files/pkg-message.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/openemm2015/files/pkg-message.in b/mail/openemm2015/files/pkg-message.in index fdc1fa25bfc6..51488e4892fd 100644 --- a/mail/openemm2015/files/pkg-message.in +++ b/mail/openemm2015/files/pkg-message.in @@ -4,7 +4,7 @@ $> mysqldump -aCceQx --hex-blob --routines --triggers -u root -p -r /tmp/openemm $> mysqldump -aCceQx --hex-blob --routines --triggers -u root -p -r /tmp/openemm_cms-db.sql openemm-cms -To integrate the OpenEMM 2015 to the installed Tomcat add this +To integrate the OpenEMM 2015 to the installed Tomcat add this chunk to the server.xml of Tomcat: TOMCAT_HOME= %%PREFIX%%/apache-tomcat-8.0/lib/ @@ -28,7 +28,7 @@ vi TOMCAT_HOME/conf/server.xml <!-- add this part END --> </Engine> -Don't forget securing tomcat, or add a httpd in front secured +Don't forget securing tomcat, or add a httpd in front secured additional for the jndi database connect: @@ -67,7 +67,7 @@ vior=convertToNull" If database not running on localhost, replace according in the url. -# IMPORTANT sendmail is completly controlled from OpenEMM! +# IMPORTANT sendmail is completly controlled from OpenEMM! # It stops and starts sendmail # check if sendmail is enabled sendmail_enable="YES" @@ -79,7 +79,7 @@ ln -s /etc/rc.d/sendmail /etc/rc.d/ chmod 644 /var/log/maillog # to keep this change permanent change cron info in /etc/newsyslog.conf -# change line /var/log/maillog 644 7 * @T00 JC +# change line /var/log/maillog 644 7 * @T00 JC if not change tracking of mail sending / bounces is not working correct @@ -87,7 +87,7 @@ if not change tracking of mail sending / bounces is not working correct ln -s %%PREFIX%%/share/java/classes/mysql-connector-java.jar TOMCAT_HOME/lib chown -h www TOMCAT_HOME/lib/mysql-connector-java.jar -# setup the database scripts +# setup the database scripts in the installed mysql add 2 databases @@ -95,7 +95,7 @@ create database openemm; create database openemm_cms; grant the privileges for the 2 db's from where you want to access -grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; +grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; grant all privileges on openemm_cms.* to agnitas@'X.Y.%' identified by 'openemm'; flush privileges; @@ -104,7 +104,7 @@ flush privileges; mysql -u root -p openemm < %%PREFIX%%/share/doc/openemm2015/openemm-2015.sql mysql -u root -p openemm_cms < %%PREFIX%%/share/doc/openemm2015/openemm_cms-2015.sql -#additional config for db acces can be done +#additional config for db acces can be done %%PREFIX%%/openemm2015/webapps/openemm/WEB-INF/classes/emm.properties or %%PREFIX%%/openemm2015/webapps/openemm/WEB-INF/classes/cms.properties |