This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ror_details [2019/06/04 12:22] 182.72.26.6 [Learnexa Google SSO] |
ror_details [2019/06/06 06:40] (current) 182.72.26.6 [LEP details] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Learnexa Server Setup ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=setup_app_server_centos-6.5 | ||
| + | |||
| + | === 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 ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=recordexa_server_setup | ||
| + | |||
| + | ====== Performexa Server Setup ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=performexa_server_setup | ||
| + | |||
| + | ====== Expertus Meeting Server Setup ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=meeting_server | ||
| + | |||
| + | ====== Learnexa GraphQl Reference ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=learnexa_graphql_api | ||
| + | |||
| + | ====== SinglePage Catalog Details ====== | ||
| + | |||
| + | 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 | ||
| + | |||
| + | ====== 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 | ||
| + | |||
| + | Commenting out the shortener Url generation in post.rb file for now: | ||
| + | |||
| + | <code> | ||
| + | =================================================================== | ||
| + | --- 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 | ||
| + | </code> | ||
| + | |||
| + | ====== 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" | ||
| + | |||
| + | ====== Learnexa Feature List ====== | ||
| + | |||
| + | https://wiki.exphosted.com/doku.php?id=feature_specs | ||
| + | |||
| ====== Collaboration Server(Bigbluebutton) Details ====== | ====== Collaboration Server(Bigbluebutton) Details ====== | ||
| Line 103: | Line 191: | ||
| </code> | </code> | ||
| + | ====== LEP details ====== | ||
| - | ====== Learnexa Server Setup ====== | + | Mock in below link: |
| - | https://wiki.exphosted.com/doku.php?id=setup_app_server_centos-6.5 | + | https://marvelapp.com/96a555h/screen/45289560 |
| - | === CheckList === | + | pw: lep_2018 |
| - | 1) Add RAILS_ENV in roster script | + | Source code available here: |
| - | + | ||
| - | 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://repos.exphosted.com/svnrepos/podium/trunk/ |
| - | + | ||
| - | ====== LRS Server Setup ====== | + | |
| - | + | ||
| - | https://wiki.exphosted.com/doku.php?id=recordexa_server_setup | + | |
| - | + | ||
| - | ====== Performexa Server Setup ====== | + | |
| - | + | ||
| - | https://wiki.exphosted.com/doku.php?id=performexa_server_setup | + | |
| - | + | ||
| - | ====== Expertus Meeting Server Setup ====== | + | |
| - | + | ||
| - | https://wiki.exphosted.com/doku.php?id=meeting_server | + | |
| - | + | ||
| - | ====== Learnexa GraphQl Reference ====== | + | |
| - | + | ||
| - | https://wiki.exphosted.com/doku.php?id=learnexa_graphql_api | + | |
| - | + | ||
| - | ====== Old SinglePage Details ====== | + | |
| - | + | ||
| - | 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 | + | |
| - | + | ||
| - | ====== 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" | + | |