This repository contains local development environment for Kajappka backend.
To run the backend the following programs are required:
docker(19.03+)docker-compoe(1.27+)
Prior to running the repository should be downloaded and all the submodules need to be initialized. To do this please follow the following commands:
git clone git@github.com:makimo/kajappka-dev.git
cd kajappka-dev
git submodule init
git submodule updateTo download the updates to the backend code, do:
git pull
git submodule update
docker-compose buildThen the development backend can be started as usual (see Running the backend).
To run the backend services, run the following command:
docker-compose upFirst run make take some time since all needed docker images will be downloaded and built.