Openmeetings: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


<pre>./admin.sh -i -v -tz America/Montreal -email webmaster@objclt.ca -group webbase -user admin --password password --db-type mysql --db-host mydbserver --db-name openmeetings --db-user dbuser --db-pass password --smtp-server smtp.objclt.ca --email-auth-user emailuser --system-email-address noreply@objclt.ca  --email-auth-pass password</pre>
<pre>./admin.sh -i -v -tz America/Montreal -email webmaster@objclt.ca -group webbase -user admin --password password --db-type mysql --db-host mydbserver --db-name openmeetings --db-user dbuser --db-pass password --smtp-server smtp.objclt.ca --email-auth-user emailuser --system-email-address noreply@objclt.ca  --email-auth-pass password</pre>
==Setup Proxy==
===Change rtmps Port===
* Modify red5/conf/red5.properties
<pre>
rtmps.port=5443
rtmps.keystorepass=yourpassword (password = password you set on your new keystore)
</pre>
===Force Ssl===
* Modify red5/webapps/openmeetings/public/config.xml
<pre>
<rtmpsslport>5443</rtmpsslport>
<useSSL>yes</useSSL>
<proxyType>best</proxyType>
</pre>
===To use https===
* go into directory red5/conf (cd red5/conf)
* Take a backup of the original jee-container
<pre>cp jee-container.xml jee-container.xml.orig</pre>
* Comment with an <!-- the enter section under Tomacat without SSL Enabled 
** add an "<!--" just after the line "Tomacat without SSL Enabled"
** add an "-->" just after the first balise </bean>
* Uncomment with an <!-- the enter section under Tomacat without SSL Enabled
** remove "<!--" just after the line "Tomcat with SSL enabled"
** remobe "<--" just after the second balise </bean>

Revision as of 16:30, 14 November 2014

Installation

Dowload openmeetings at Apache Openmeetings Select tar.gz archive

Decompress into /opt/red5 folder

tar xzvf --file-name--

Via Script with mysql

cd /opt/red5

./admin.sh -i -v -tz America/Montreal -email webmaster@objclt.ca -group webbase -user admin --password password --db-type mysql --db-host mydbserver --db-name openmeetings --db-user dbuser --db-pass password --smtp-server smtp.objclt.ca --email-auth-user emailuser --system-email-address noreply@objclt.ca  --email-auth-pass password

Setup Proxy

Change rtmps Port

  • Modify red5/conf/red5.properties
rtmps.port=5443
rtmps.keystorepass=yourpassword (password = password you set on your new keystore)

Force Ssl

  • Modify red5/webapps/openmeetings/public/config.xml
<rtmpsslport>5443</rtmpsslport>
<useSSL>yes</useSSL>
<proxyType>best</proxyType>

To use https

  • go into directory red5/conf (cd red5/conf)
  • Take a backup of the original jee-container
cp jee-container.xml jee-container.xml.orig
  • Comment with an " just after the first balise </bean>
  • Uncomment with an