Setup ZOO Project and MapMint Using Docker - AniketDGiri/mapmint GitHub Wiki
How I setup MapMint Dashboard with Docker With MapMint and ZOO-Project:
Work Environment:
- OS: Windows 10, WSL2 (Installation Guide)
Get Docker Desktop:
- Download and install
Docker for desktop
(Installation Guide)
Get ZOO-Project & MapMint:
- Follow the steps below:
-
Open your
terminal/command prompt or git bash terminal
, Clone ZOO-Project, and MapMint repository, using the below commands:git clone https://github.com/ZOO-Project/ZOO-Project.git cd ZOO-Project
-
Modify the existing
docker-compose.yml
present in the ZOO-Project directory by this: Modified docker-compose.yml -
Modify the existing `main.cfg1 present in the ZOO-Project/docker directory by this: Modified main.cfg
-
Build Docker Image:
- Start the terminal from the ZOO-Project directory run the following command:
docker-compose up
You can check the running container image using:
docker ps -a
Perform required modification:
- Open a new terminal, and run the following commands:
docker exec -it zoo-project_zookernel_1 bash
cd /usr/lib/cgi-bin
rm mm
sed "s:mm/::g" -i /var/www/html/ui/.htaccess
Congrats :smile: you have successfully setup Mapmint and ZOO-Project Environment:
In your favorite browser go to http://localhost/ui/Dashboard_bs