Splitted into Docker and Local Installation

This commit is contained in:
Wolfgang Huß 2019-01-21 13:45:29 +01:00 committed by GitHub
parent 02c76bdd3a
commit 5c5712a97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}