Tag Archives: openmeetings linux

Appendix: usable commands for Xampp and Openmeetings

Configure Xampp security:
/opt/lampp/lampp security

Start Xampp
/opt/lampp/lampp start

Stop Xampp
/opt/lampp/lampp stop

Start Openmeetings
cd /opt/meetings
sh red5.sh

Shutdown Openmeetings
cd /opt/meetings
sh red5-shutdown.sh

When starting services the order should be the following:
1.Start Xampp
2. Configure security – if running Xampp for the first time
3. Start Openmeetings

When quitting services the order should be the following:
1. Quit Openmeetings
2. Quit Xampp

If you are looking for the guide see here:https://www.techtimejourney.net/?p=875

How to compile Openmeetings: an audio and video conferensing program for Linux (Part 3)

Part1 of the guide: https://www.techtimejourney.net/?p=875

Part2 of the guide: https://www.techtimejourney.net/?p=88

We will start the third part of this guide by building a web server with XAMPP.

From XAMPP home page: XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. (http://www.apachefriends.org/en/xampp.html)

Continue reading