-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate SIB with Moodle Instance Through Docker #126
Comments
Mid-Sprint Update 4/29/24:
|
Progress:
Steps to Run Instance of Seeing Is Believing Through Docker
Run Instance of Moodle Through Docker by following instructions in Chinktak's Github Repository[https://github.com/chintakjoshi/moodle-docker-local] Integrating Moodle and NextJS through Docker
The command to start the Docker instance is I was unable to successfully connect the Moodle Instance and NextJS instance through one Docker Compose file.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to accomplish our final goal of integrating SIB with Canvas, we need to first integrate with Moodle LMS to show SLU admin what we will be doing with Canvas LMS in order for SLU admin to grant us a developer key to integrate SIB with Canvas. Chintak Joshi successfully created a Github repository that installs a local env for Moodle through Docker. In order for SIB to communicate with Moodle for integration purposes, both SIB and Moodle need to communicate with each other through a Docker network. This requires SIB to be run on a Docker container. The purpose of this issue is to create a Docker file in the SIB repository, successfully run SIB through Docker, clone Chintak's repository to run a Moodle instance, and connect the SIB instance with the Moodle instance for necessary communicate for integration with an LMS.
The text was updated successfully, but these errors were encountered: