doc: add mkdir -p ~/.jitsi-meet-cfg/... to README

This commit is contained in:
Michael Vorburger ⛑️ 2020-03-13 20:06:56 +01:00 committed by GitHub
parent 2c93dce6e4
commit 33abdf359c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -31,8 +31,9 @@ follow these steps:
* Clone this repository to your own computer.
* `git clone https://github.com/jitsi/docker-jitsi-meet && cd docker-jitsi-meet`
* Create a ``.env`` file by copying and adjusting ``env.example``.
* Create a ``.env`` file by copying and adjusting ``env.example``, and create required `CONFIG` directories
* `cp env.example .env`
* `mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb}`
* Run ``docker-compose up -d``.
* Access the web UI at ``https://localhost:8443`` (or a different port, in case you edited the compose file).