From 6fb7cdd790d8e94d0514b6633c575cbcec49b2ab Mon Sep 17 00:00:00 2001 From: langfingaz Date: Wed, 25 Nov 2020 21:31:52 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 183eb0d..2806213 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ # README -Execute `bbb-conf --secret` on your server and place your +## setup -This gives you your **API-secret** as well as a link to **API-Mate** wheren -you can test new requests with your secret prefilled. +Execute `bbb-conf --secret` on your server. + +This gives you your **API-secret**, the **URL** at which BigBlueButton is running at. + +Save these two values in the first line of the following files: * URL inside `secrets/url.txt` -* secret inside `secret/secret.txt` +* API-secret inside `secret/secret.txt` + +## run + +``` +docker-compose build +docker-compose up +```