This source is under developement and is not currently effective for using WS implementation of AFS in GSE.
This is a test of creation of a docker based deployments of Powsybl GSE platform into docker containers based on SpringBoot for web-service deployment.
In order to build the project, you need:
- JDK (1.8 or greater)
- Maven
- Powsybl (snapshot version)
- Powsybl GSE (snapshots version)
- Docker
- Docker-compose
To compile and generate Docker images, you just have to use:
$> mvn clean package
Launch the AFS server:
$> docker-compose up afs-server
Then when it has started, launch GSE:
$> docker-compose up gse-app
To stop the services:
$> docker-compose down