unillett/ncd17

Sponsored OSS

By UNIL

Updated 12 days ago

The birth of drama criticism

Image
Data Science
Machine Learning & AI
0

1.9K

Development with Docker

Docker installation

A working Docker installation is mandatory.

Environment files

Copy and rename the following files:

cp example.env .env

Frontend

Development: http://127.0.0.1:8484

Deployment with Docker

Copy and rename the following files:

cp example.env .env

Build & run all the containers for this project:

docker compose up -d

(-d if you want to run in the background and silence the logs)

Generate X.509 certificate and keys:

docker exec ncd17-httpd shib-keygen -f -u _shibd -h yourhostname -y 10 -o /etc/shibboleth/

(replace yourhostname by the prod hostname)

Docker Pull Command

docker pull unillett/ncd17