-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Sébastien Ouellet edited this page May 11, 2025
·
6 revisions
Welcome to the CART wiki!
The easiest way to try out the tool is (assuming you have docker installed):
- Download the package
docker pull ghcr.io/datakind/dk-routing:main
- Clone the repo
https://github.com/datakind/dk-routing.git
- Navigate to the directory with the compose.yml file
cd dk-routing/dkroutingtool
- Execute the command
docker compose up
- Go to localhost:8501 in your browser to use the GUI
Installing make would allow you to also use the Makefile commands.
You can give a try with the default data, located at dkroutingtool/local_data, which is for the country of Monaco and a randomly picked set of locations.
If you're simply trying to use the GUI and would like to tailor the configuration for your use cases, start here: https://github.com/datakind/dk-routing/wiki/CART-User-Manual-%E2%80%90-Scenario-Configuration and refer to the GUI section here: https://github.com/datakind/dk-routing/wiki/CART-User-Manual-%E2%80%90-Running-the-tool