Make sure that you have started Docker before running of the Makefile commands.
When running commands in the container, there is not sudo password, (in case you need to execute any commands that require sudo).
If the iframe embeds are not appearing, try manually compiling a book in the opendsa container docker-compose --profile lti exec opendsa make Test it is likely you will need to run docker-compose --profile lti exec opendsa make min to place the libraries in their expected locations.
If you are having trouble building or running the OpenDSA Docker Images, first make sure that Docker itself is properly functioning. Before running any commands, ensure that the Docker Daemon is up and running and then run the command below in your terminal to pull a sample docker image.
- Pull the Docker Image:
docker pull shreyamallamula/dockernginx - Run the Docker Image:
docker run -d -p 5000:80 shreyamallamula/dockernginx - In a browser, navigate to: http://localhost:5000/
If you are not able to pull this image, reinstall Docker, or double check that you followed all the steps correctly.