This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
meeting_server [2019/05/31 05:26] 182.72.26.6 |
meeting_server [2019/05/31 05:31] (current) 182.72.26.6 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Expertus Meeting Client/Server Preparation Documentation ==== | + | ==== Expertus Meeting Client/Server Preparation Documentation(BBB 1.1 Version) ==== |
| === Meeting Client Setup === | === Meeting Client Setup === | ||
| Line 7: | Line 7: | ||
| 1) https://wiki.exphosted.com/doku.php?id=setup_and_deploy_bbb_11 | 1) https://wiki.exphosted.com/doku.php?id=setup_and_deploy_bbb_11 | ||
| + | |||
| 2) http://docs.bigbluebutton.org/11setup.html | 2) http://docs.bigbluebutton.org/11setup.html | ||
| Line 77: | Line 78: | ||
| - | 9) done changes in /home/expbbbp/bin/expertus_meeting.sh to start and stop the passenger ( use be below statement as reference) | + | 9) **done changes in /home/expbbbp/bin/expertus_meeting.sh to start and stop the passenger ( use be below statement as reference)** |
| - | passenger start -a 0.0.0.0 -p 4000 -d -e production | + | passenger start -p 4000 -d -e production |
| cd /deploy/expertus_meeting/current | cd /deploy/expertus_meeting/current | ||
| + | |||
| + | Remove the usage of Passenger.json file | ||
| mv Passengerfile.json old-Passengerfile.json (or) rm Passengerfile.json | mv Passengerfile.json old-Passengerfile.json (or) rm Passengerfile.json | ||