Deploying with Docker
Start Luden using docker-compose:
git clone https://github.com/GuinsooLab/luden.git
cd luden
chmod -R 777 compose-data/
docker-compose upNote: latest image will be downloaded and started.
Visit http://localhost:8000/configurator after the build is complete.

Last updated