Skip to content

mirkodandrea/igad-mesa

Repository files navigation

IGAD Model

Summary

How to run locally

To run the model interactively, run mesa runserver in this directory. e.g.

mesa runserver

How to run using docker

Ensure docker and docker compose is installed on your computer. Build and the image using docker compose.

docker-compose up --build

If using docker compose plugin:

docker compose up --build

Accessing the web interface

Open your browser to http://127.0.0.1:8521/ and press Start on the simulation interface.

Stopping the service

To stop the service run CTRL + C.