From 278186528c1898e0623110a61d52685769eaf4a3 Mon Sep 17 00:00:00 2001 From: Rafael Bonalume Lebre Date: Thu, 7 May 2020 18:18:14 -0300 Subject: [PATCH] doc: clarify usage of gen-passwords.sh --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac6b1d0..dfca23a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ follow these steps: * Alternatively, to test the latest changes clone the repository: `git clone https://github.com/jitsi/docker-jitsi-meet && cd docker-jitsi-meet` * Create a ``.env`` file by copying and adjusting ``env.example`` * `cp env.example .env` - * Set strong passwords in the security section options: `./gen-passwords.sh` +* Set strong passwords in the security section options of ``.env`` file by running the following bash script + * `./gen-passwords.sh` * Create required `CONFIG` directories * `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}` * Run ``docker-compose up -d``