This project is a Proof of Concept to demonstrate the capabilities of the EOPF framework developed by the consortium led by CS GROUP France.
This projects contains a batteries included full web development environment using code-server and JupyterLab.
To start the development environment install first:
Running the environment is straightforward, simply type:
docker-compose up
The first run builds the docker image, depending on your network connection speed, this stage can take some time.
Once done, your environment is ready, you can access it on http://localhost/ui/
Note: the environment do not use HTTPS, modern browser enforcing security automatically add https:// do not miss the http:// par of the URL
To stop the environment type:
docker-compose stop