Skip to content

Files

Latest commit

 

History

History
34 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.07 KB

EOPF Proof of Concept

This project is a Proof of Concept to demonstrate the capabilities of the EOPF framework developed by the consortium led by CS GROUP France.

Development environment

This projects contains a batteries included full web development environment using code-server and JupyterLab.

Prerequisites

To start the development environment install first:

Start and stop environment

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