summarylogtreecommitdiffstats
path: root/openmeetings.install
diff options
context:
space:
mode:
authorChris Severance2015-07-27 02:11:11 -0400
committerChris Severance2015-07-27 02:11:11 -0400
commitebf207d4c9176ed17209ee27c914633f4fd2ed61 (patch)
tree92f6e9db015e430c689387609f7c541588fd0682 /openmeetings.install
parentc560966b97a56ba2a35f601a3b1eaeaab7bf1c35 (diff)
downloadaur-ebf207d4c9176ed17209ee27c914633f4fd2ed61.tar.gz
Upgrade to 3.0.6
Diffstat (limited to 'openmeetings.install')
-rw-r--r--openmeetings.install23
1 files changed, 0 insertions, 23 deletions
diff --git a/openmeetings.install b/openmeetings.install
deleted file mode 100644
index 68b6adc3e69f..000000000000
--- a/openmeetings.install
+++ /dev/null
@@ -1,23 +0,0 @@
-
-post_install() {
- #chmod 755 '/opt/red5/red5.sh'
- cd '/opt/red5/webapps/openmeetings/WEB-INF/classes/META-INF'
- cp -p 'mysql_persistence.xml' 'persistence.xml'
- echo " ==> Please make sure that mysql is reachable via TCP/IP"
- echo " ==> Do this by commenting out the following line in /etc/my.cnf:"
- echo " ==> skip-networking"
- echo ""
- echo " ==> OpenMeetings/red5 also requires you to open the following ports:"
- echo " ==> 5080 8443 1935 8088 9035"
- echo ""
- echo " ==> Last, please configure your mysql database, user and password at"
- echo " ==> /opt/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml"
- echo " ==> Then start mysql and red5. If all went ok, you can access the"
- echo " ==> OpenMeetings installer at http://localhost:5080/openmeetings/install"
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: