1) Add RAILS_ENV in roster script
2) Mention Exception setup in staging.rb
3) Map google sso api key in google_sso.yml file
4) Map bbb in bigbluebutton.yml file
5) Map streamer in streamer.yml file
6) Map recorder in recorder.yml file
7) Map chat details in juggarnaut.yml and redis.yml file
8) Mention pool size in database.yml
9) Map wepay key and secret in wepay.yml file
10) Place intro contents from trunk/contents/learnexa to /deploy/crossbow/shared/intro_course_contents
https://wiki.exphosted.com/doku.php?id=single_page_catalog_functionality
https://wiki.exphosted.com/doku.php?id=single_page_catalog_issues_list_with_mock
Right now, while creating blog in Learnexa throws error, because while create a new blog we try to create google shortener url using google API and save it in DB. But now google has shut down the API service for shortener url creation. Refer the below link to find alternate solution for this.
https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html
Commenting out the shortener Url generation in post.rb file for now:
=================================================================== --- app/models/post.rb (revision 6598) +++ app/models/post.rb (working copy) @@ -55,7 +55,8 @@ #Callbacks before_validation :normalize_display_in_catalog_dates after_save :update_index, :update_permalink, :send_blog_published_notification - after_create :generate_short_url, :report_to_ga + #after_create :generate_short_url + after_create :report_to_ga before_save :strip_unwanted_video_html
In dev01lep site google SSO is configured using the following gmail account:
support@learnexa.com
Password for this account can be seen in “RoR - Site Credentials” google doc.
The below link will list out the oauth2.0 clients created in that google acct:
https://console.developers.google.com/apis/credentials?project
Dev01lep uses oauth2.0 client named “Learnexa Dev”
Installing BBB(1.1, 1.0, 0.9, 0.8) Referrence:
https://wiki.exphosted.com/doku.php?id=installing_bigbluebutton
http://docs.bigbluebutton.org/install/configuration-files.html
Change source code directory in:
/etc/nginx/nginx.conf
Starting freeswitch mannually:
sudo bbb-conf --stop cd /opt/freeswitch/bin ./freeswitch
terminal to connect to the command line interface:
sudo /opt/freeswitch/bin/fs_cli
/var/log/nginx/bigbluebutton.access.log
/var/log/nginx/error.log
/usr/share/red5/log/deskshare.log
/usr/share/red5/log/sip.log
/usr/share/red5/log/video.log
/usr/share/red5/log/bigbluebutton.log
/var/log/bigbluebutton
/var/log/syslog
/var/log/tomcat6/catalina.out
Bigbluebutton concurrent user details:
https://groups.google.com/forum/#!topic/bigbluebutton-users/6KM1h9VKeGA
http://docs.bigbluebutton.org/support/faq.html#how-many-simultaneous-users-can-bigbluebutton-support
https://wiki.exphosted.com/doku.php?id=setup_and_deploy_bbb_11#setup_deploy_recorder_app
Also refer the following link:
https://wiki.exphosted.com/doku.php/recorder_setup_bbb_v_1.0
/usr/share/red5/streams/
/usr/share/red5/streams/uploaded
/usr/share/red5/streams/
/usr/share/red5/streams/uploaded
./tomcat stop remove /opt/solr/solr/data ./tomcat start bundle exec rake sunspot:solr:reindex --trace
Mock in below link:
https://marvelapp.com/96a555h/screen/45289560
pw: lep_2018
Source code available here: