Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 937 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 937 Bytes

Platform - Deploy

Deploy configurations for the JDIS training platform. You must have a least 10G of free space for the various images.

Requirements

Development

In development, you will need to launch the both the frontend and backend services locally in dev mode and use the docker-compose.dev.yml.

You will then be able to interact with the platform using localhost on port 80 and the proxy will redirect your calls to the running services.

Notes:

  • You must use localhost and not 127.0.0.1 on local otherwise the CAS auth won't accept the connexion.
  • (For linux) If you have a firewall, allow ports 3000 and 8080, otherwise the proxy won't be able to forward the requests to the services running on the host.