This is backend of the microgrid DERMS project.
- service-enterprise-ai are running in dockerized environment.
- Before starting please make sure Docker CE and Docker Compose are installed in your system.
Before you run the service, you need to set up your environment. OS: Linux
./docker/linux/run_init.shOS: Windows
./docker/windows/run_init.shOS: Linux
./docker/linux/build_image.shOS: Windows
./docker/windows/build_image.shOS: Linux
./docker/linux/run_service.shOS: Windows
./docker/windows/run_service.shAfter all services are successfully started, you can open http://{your-host-ip}:{service-port}/docs in you browser to know the information of the service (For example, http://127.0.0.1:8001/docs).
To stop and completely remove deployed docker containers:
OS: Linux
./docker/linux/remove_service.shOS: Windows
./docker/windows/remove_service.shapi file url: https://dev.azure.com/FET-IDTT/prod-ems-microgrid/_git/service-ncku-derms
- See the relation information in setup file.