Site Tools


Writing /var/www/dokuwiki/data/cache/3/3fb7c87526fcfa6fb48859f02306d764.metadata failed
Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum". upgrade now! [54.2] (what's this?)
Hotfix release available: 2023-04-04a "Jack Jackrum". upgrade now! [54.1] (what's this?)
New release available: 2023-04-04 "Jack Jackrum". upgrade now! [54] (what's this?)
Hotfix release available: 2022-07-31b "Igor". upgrade now! [53.1] (what's this?)
Hotfix release available: 2022-07-31a "Igor". upgrade now! [53] (what's this?)
New release available: 2022-07-31 "Igor". upgrade now! [52.2] (what's this?)
New release candidate 2 available: rc2022-06-26 "Igor". upgrade now! [52.1] (what's this?)
New release candidate available: 2022-06-26 "Igor". upgrade now! [52] (what's this?)
Hotfix release available: 2020-07-29a "Hogfather". upgrade now! [51.4] (what's this?)
New release available: 2020-07-29 "Hogfather". upgrade now! [51.3] (what's this?)
New release candidate 3 available: 2020-06-09 "Hogfather". upgrade now! [51.2] (what's this?)
New release candidate 2 available: 2020-06-01 "Hogfather". upgrade now! [51.1] (what's this?)
New release candidate available: 2020-06-01 "Hogfather". upgrade now! [51] (what's this?)
Hotfix release available: 2018-04-22c "Greebo". upgrade now! [50.3] (what's this?)
Hotfix release available: 2018-04-22b "Greebo". upgrade now! [50.2] (what's this?)
meeting_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
meeting_server [2019/05/24 05:09]
182.72.26.6
meeting_server [2019/05/31 05:31] (current)
182.72.26.6
Line 1: Line 1:
-**BigBlue Button installation** ​ +==== Expertus Meeting Client/​Server Preparation Documentation(BBB 1.1 Version) ==== 
-******************************* + 
-   use the below link to install bigbluebutton1.1 ( needs to follow the steps  "Setup Develop Environment"​  +=== Meeting Client Setup === 
-   ​after installed big blue button+ 
 +Use the below links to install bigbluebutton1.1 ( needs to follow the steps  "Setup Develop Environment"​  
 +after installed big blue button
        
-   http://​docs.bigbluebutton.org/​11setup.html+1) https://​wiki.exphosted.com/​doku.php?​id=setup_and_deploy_bbb_11 
 + 
 +2) http://​docs.bigbluebutton.org/​11setup.html 
 + 
 +=== Meeting Server Setup ===
  
 1) Refer following doc to install rbenv 1) Refer following doc to install rbenv
Line 18: Line 24:
 3) Install the following gems 3) Install the following gems
  
-gem install bundler -v '​1.11.2'​ +   gem install bundler -v '​1.11.2'​ 
-gem install capistrano +   gem install net-ssh -v '​2.8.0'​ 
-gem install capistrano-bundler +   gem install rake -v '​11.1.2'​ 
-gem install capistrano-harrow +   gem install i18n -v '​0.7.0'​ 
-gem install capistrano-passenger +   gem install capistrano ​-v '​3.5.0'​ 
-gem install capistrano-rails +   ​gem install capistrano-bundler ​-v '​1.1.4'​ 
-gem install capistrano-rbenv +   ​gem install capistrano-harrow ​-v '​0.5.3'​ 
-gem install passenger -v 5.0.27+   ​gem install capistrano-passenger ​-v '​0.2.0'​ 
 +   ​gem install capistrano-rails ​-v '​1.1.6'​ 
 +   ​gem install capistrano-rbenv ​-v '​2.0.4'​ 
 +   ​gem install passenger -v 5.0.27
  
 4) Copy /​home/​expbbbp/​expmeeting and /​home/​expbbbp/​bin to current server from meeting.expertus.com (Replace all urls) 4) Copy /​home/​expbbbp/​expmeeting and /​home/​expbbbp/​bin to current server from meeting.expertus.com (Replace all urls)
Line 69: 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
Line 90: Line 101:
    ​bigdecimal (1.2.6)    ​bigdecimal (1.2.6)
    ​bundler (1.11.2)    ​bundler (1.11.2)
-   ​capistrano (3.4.0)+   ​capistrano (3.5.0)
    ​capistrano-bundler (1.1.4)    ​capistrano-bundler (1.1.4)
 +   ​capistrano-ext (1.2.1)
    ​capistrano-harrow (0.5.3)    ​capistrano-harrow (0.5.3)
    ​capistrano-passenger (0.2.0)    ​capistrano-passenger (0.2.0)
Line 113: Line 125:
    ​sshkit (1.18.2)    ​sshkit (1.18.2)
    ​test-unit (3.0.8)    ​test-unit (3.0.8)
 +
  
meeting_server.1558674566.txt.gz · Last modified: 2019/05/24 05:09 by 182.72.26.6