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"
10 echo " ==> OpenMeetings/red5 also requires you to open the following ports:"
11 echo " ==> 5080 8443 1935 8088 9035"
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"
23 # vim:set ts=2 sw=2 et: