Run the commands with sudo as the primary login user
Start:
sudo /etc/init.d/httpd start
Stop:
sudo /etc/init.d/httpd stop
Check Status (this will list the landing page of app in text):
sudo /etc/init.d/httpd status
Run the commands with sudo as the primary login user
Start:
sudo /etc/init.d/soffice start
Stop:
sudo /etc/init.d/soffice stop
Check Status:
sudo /etc/init.d/soffice status
Run the commands with sudo as the primary login user
Start:
sudo /etc/init.d/memcached start
Stop:
sudo /etc/init.d/memcached stop
Check Status:
sudo /etc/init.d/memcached status
Run the commands with sudo as the primary login user
Start:
sudo /etc/init.d/mysql start
Stop:
sudo /etc/init.d/mysql stop
Check Status:
sudo /etc/init.d/mysql status
Run the commands with sudo as the primary login user
Start:
sudo /usr/local/bin/bbb-conf --start
Stop:
sudo /usr/local/bin/bbb-conf --stop
Check Status (Ignore the IP conflict message):
sudo /usr/local/bin/bbb-conf --check
Restart:
sudo /usr/local/bin/bbb-conf --restart
Restart and clean all log files:
sudo /usr/local/bin/bbb-conf --clean