From 5c5712a97af545f6d8724b5b2261cb786230b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 21 Jan 2019 13:45:29 +0100 Subject: [PATCH] Splitted into Docker and Local Installation --- backend/installation/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/backend/installation/README.md b/backend/installation/README.md index dea885602..f8f7f92c7 100644 --- a/backend/installation/README.md +++ b/backend/installation/README.md @@ -9,11 +9,11 @@ This documentation should be split into a **local** and a **docker** installatio The Backend Repository can be found on github. [https://github.com/Human-Connection/Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend) -## Fork the repo +### Fork the repo Click on the fork button. -![Fork screenshot](https://i.imgur.com/syoN9rF.png) +![Fork screenshot](../../.gitbook/assets/screenshot-forking-nitro-backend.png) After you have forked, modify the following command to add your Github user name. @@ -38,6 +38,12 @@ cp .env.template .env Configure the file `.env` according to your needs and your local setup. +## Installation and Usage with Docker + +XXX + +## Local Installation + ### Install Dependencies {% tabs %}