aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-30 10:10:36 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-30 10:10:36 +0530
commit4fd78e0deddcb51a0b4e07c64d2013fe545179a5 (patch)
tree925c65bd3578c4027c1a2346b5060f4d02352949 /README.md
parentLock Docker base image to 14.17 as expected by the server code. (diff)
downloadferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.tar.gz
ferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.tar.zst
ferdium-server-4fd78e0deddcb51a0b4e07c64d2013fe545179a5.zip
Fix some more documentation
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 6a45b08..853d019 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
6Official Server software for the [Ferdi Messaging Browser](https://getferdi.com) 6Official Server software for the [Ferdi Messaging Browser](https://getferdi.com)
7 7
8- [Ferdi-server](#ferdi-server) 8- [Ferdi-server](#ferdi-server)
9 - [Why use a custom Ferdi server?](#why-use-a-custom-ferdi-server) 9 - [Why use a custom Ferdi-server?](#why-use-a-custom-ferdi-server)
10 - [Features](#features) 10 - [Features](#features)
11 - [Setup](#setup) 11 - [Setup](#setup)
12 - [with Docker](#with-docker) 12 - [with Docker](#with-docker)
@@ -89,7 +89,7 @@ For more information on configuring the Docker image, please read [the Ferdi doc
89 89
90### Manual setup 90### Manual setup
91 91
921. Clone this repository 921. Clone repository with submodule
932. Install the [AdonisJS CLI](https://adonisjs.com/) 932. Install the [AdonisJS CLI](https://adonisjs.com/)
943. Copy `.env.example` to `.env` and edit the [configuration](#configuration) to your needs 943. Copy `.env.example` to `.env` and edit the [configuration](#configuration) to your needs
954. Have env DB_SSL=true only if your database is postgres and it is hosted online on platforms like GCP, AWS, etc 954. Have env DB_SSL=true only if your database is postgres and it is hosted online on platforms like GCP, AWS, etc