doc: clarify usage of gen-passwords.sh

This commit is contained in:
Rafael Bonalume Lebre 2020-05-07 18:18:14 -03:00 committed by GitHub
parent a8d0b6caa8
commit 278186528c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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``