Skip to content

educloudalliance/educloud-demo-lms

Repository files navigation

Quick start

  1. Create the .env.development file :

     OAUTH_CLIENT_ID=xxx
     OAUTH_CLIENT_SECRET=xxx
     [email protected]
     BAZAAR_USER_PASSWORD=xxx
     IDP_CERT=xxx
     IDP_SSO_TARGET_URL=https://sample.idp.com/saml2/http-post/sso/
     BAZAAR_API_URL=bazaar.educloudalliance.org/api/v1
    

Get IDP_CERT and IDP_SSO_TARGET_URL from you SAML IDP metadata;

OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, BAZAAR_USER_EMAIL and BAZAAR_USER_PASSWORD from bazaar.educloudalliance.org

  1. Start the web server:

     $ rails server
    

    Run with --help or -h for options.

  2. Using a browser, go to http://localhost:3000

About

Minimun LMS implementation to proof Bazaar is working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages