Skip to content

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
Clone this wiki locally