Skip to content

MODERATE-Project/lec-location-assessment-tool

Repository files navigation

Local Energy Communities (LEC) Location Assessment Tool

Requirements

To deploy the tool, it is necessary to install Docker engine and Docker compose: https://docs.docker.com/engine/install/

Deploying the tool

  1. Clone this repository
git clone https://github.com/MODERATE-Project/lec-location-assessment-tool.git
  1. Enter the cloned directory
cd .\lec-location-assessment-tool\
  1. Build the docker image
docker compose -f docker-compose.prod.yaml build --no-cache
  1. Install containers to run the tool
docker compose -f docker-compose.prod.yaml up

Running the tool

Open the browser with the following link: http://localhost

Deployed containers

There will be four containers deployed in the system, as can be seen in the docker compose file of this repository. These are:

Screenshots

Selecting a municipality

Municipality selection

Selecting a building

Building selection

Cadaster data for the building

Cadaster data for a building

Stopping the tool

docker-compose -f docker-compose.prod.yaml down