Site Tools


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?)
ror_details

This is an old revision of the document!


Learnexa Server Setup

CheckList

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

LRS Server Setup

Performexa Server Setup

Expertus Meeting Server Setup

Learnexa GraphQl Reference

Old SinglePage Details

Learnexa Google Shortener Url Issue

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

Learnexa Google SSO

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”

Collaboration Server(Bigbluebutton) Details

1) Server Setup

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

2) Log file location

Ngnix Log

/var/log/nginx/bigbluebutton.access.log

/var/log/nginx/error.log

Component logs

/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

Tomcat log

/var/log/tomcat6/catalina.out

4) BBB Concurrent User Details

Recorder Details

Server Setup

Video streaming location

/usr/share/red5/streams/

Uploaded video files are available in

/usr/share/red5/streams/uploaded

Recoder files (audion & video) are present in

/usr/share/red5/streams/

Once mergerd they are moved to(as mp4 file)

/usr/share/red5/streams/uploaded

Streaming video details

Full Solr Reindex in Dev01

./tomcat stop
remove /opt/solr/solr/data
./tomcat start
bundle exec rake sunspot:solr:reindex --trace
ror_details.1559650999.txt.gz · Last modified: 2019/06/04 12:23 by 182.72.26.6