-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Aron Heesakkers edited this page Jun 7, 2021
·
13 revisions
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