edrys-org / edrys

Edrys is an open and modular remote teaching platform (and the first live LMS)
https://edrys.org
Mozilla Public License 2.0
294 stars 33 forks source link

Error building Edrys Docker Image #24

Open sanyaade-teachings opened 1 month ago

sanyaade-teachings commented 1 month ago

Hi Everyone,

I am trying to build the docker image from edrys dockerfile but I was getting the errors as shown below; image

Looks like errors surround the denos missing or depreciated values.

Please help / advice

God blesses!!!

Regards

andre-dietrich commented 1 month ago

@sanyaade-teachings

The project is discontinued ... however, you can find the latest docker build at

docker run -p 8000:8000 crosslab/edrys:latest

But you can try out the following one:

https://edrys-labs.github.io/

you can find the source code here:

https://github.com/edrys-labs/edrys-Lite

This is basically a reimplementation of edrys, that uses the same format for defining and creating labs, but it uses a browser based peer to peer approach, so that no server hosting/configuration is required.

You can see a demos of this here:

https://www.youtube.com/watch?v=Uv79Y8EhBVw

https://www.youtube.com/watch?v=6ZjGHorc2ds&list=PL7LrRfaZulhfQIvV-O_jnbO3-KizW7zR3

Here is a list of existing classrooms/lab-configurations:

https://github.com/topics/edrys-lab

and these are the usable modules:

https://github.com/topics/edrys-module?q=edrys-lite

sanyaade-teachings commented 3 weeks ago

@andre-dietrich Many thanks for the update!