aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-09 21:28:23 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-09 21:28:23 +0100
commit0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb (patch)
tree01e9767525f8c710b64119d8fd1e0c1c0807e49b /README.md
parentFix DATA_DIR examples in README.md (diff)
downloadferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.tar.gz
ferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.tar.zst
ferdium-server-0a3ce5a9e37dd917cfabdf97fdc18a41d88c65eb.zip
Fix all issues found on CR -> especially update README.md, remove creation of new config.txt, update ignore files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60de4fc..2e0d9f9 100644
--- a/README.md
+++ b/README.md
@@ -78,11 +78,11 @@ After setting up the docker container we recommend you to set up an NGINX revers
78 getferdi/ferdi-server 78 getferdi/ferdi-server
79 ``` 79 ```
80 80
81 Alternatively, you can also use docker-compose v2 schemas. An example can be found in [./docker/docker-compose.yml](https://github.com/getferdi/server/tree/master/docker/docker-compose.yml) file. 81 Alternatively, you can also use docker-compose v2 schema. An example can be found [in the docker folder](./docker/docker-compose.yml).
82 82
833. Optionally, you can now [set up Nginx as a reverse proxy](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04#set-up-nginx-as-a-reverse-proxy-server). 833. Optionally, you can now [set up Nginx as a reverse proxy](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04#set-up-nginx-as-a-reverse-proxy-server).
84 84
85For more information on configuring the Docker image, please read [./docker/README.md](https://github.com/getferdi/server/tree/master/docker/README.md). 85For more information on configuring the Docker image, please read [the ferdi docker documentation](./docker/README.md).
86 86
87### Manual setup 87### Manual setup
881. Clone this repository 881. Clone this repository