Learning Locker Admin User #3
shoebjoarder
started this conversation in
General
Replies: 1 comment
-
|
I think one of the services ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@ralf-berger I successfully managed to run the Docker Compose file, and the database is being populated as expected. Thank you for that, really appreciate your help! However, we need to ensure that an admin user is created automatically when starting up.
According to the CLI Operations page in the Learning Locker official documentation, it is possible to create an admin user using a CLI command. Currently, I have to manually enter the
learninglocker-api-1container and execute the CLI command to create the admin user. We could use our official gmail address.Once this is done, it would be nice if we could deploy the Learning Locker and make the UI instance (
learning-locker-ui-1) and xAPI Service (learning-locker-xapi-service-1) available to be accessed from the web.We have discussed earlier about the connection between OpenLAP and Learning Locker. Here I have illustrated a diagram.
openlap-analyticsframework) needs to access both databases i.e., OpenLAP's MongoDB instance andlearninglocker-mongo-1openlap-analyticsframework, you will find the database configurations. The primary is the OpenLAP's MongoDB instance configuration and the secondary is thelearninglocker-mongo-1Beta Was this translation helpful? Give feedback.
All reactions