Getting Started - FIPost/docs GitHub Wiki
Clone all of our repositories and place them in a directory called fipost.
# Zsh, Bash or Git Bash for Windows
mkdir fipost && cd fipost
git clone https://github.com/FIPost/docs.git
git clone https://github.com/FIPost/locatieservice.git
git clone https://github.com/FIPost/pakketservice.git
git clone https://github.com/FIPost/ui.git
git clone https://github.com/FIPost/api-gateway.git
git clone https://github.com/FIPost/personeel-service.git
Create the docker network.
docker network create ipost-network
Run the Shell script. You can find the source code of our script here.
# bin/bash
sh docs/scripts/up-build-all.sh