updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / openmeetings / openmeetings.install
blob5869652583ffe2dd6d87037c6cb047e5427447d1
2 post_install() {
3   chmod 755 /opt/red5/red5.sh
4   cd /opt/red5/webapps/openmeetings/WEB-INF/classes/META-INF
5   cp mysql_persistence.xml persistence.xml
6   echo " ==> Please make sure that mysql is reachable via TCP/IP"
7   echo " ==> Do this by commenting out the following line in /etc/my.cnf:"
8   echo " ==> skip-networking"
9   echo ""
10   echo " ==> OpenMeetings/red5 also requires you to open the following ports:"
11   echo " ==> 5080 8443 1935 8088 9035"
12   echo ""
13   echo " ==> Last, please configure your mysql database, user and password at"
14   echo " ==> /opt/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml"
15   echo " ==> Then start mysql and red5. If all went ok, you can access the"
16   echo " ==> OpenMeetings installer at http://localhost:5080/openmeetings/install"
19 post_upgrade() {
20   post_install
23 # vim:set ts=2 sw=2 et: