;-) you only need the config files ...
so just create the systemd files from the git repo (if you check it out whereever you like) or create them as described in the docs.
then make the config changes as needed / described in the docs)
then start scalelite.target.
it really does not need more.
cheers
Martin
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/015f141f-14a1-4bf4-8aa2-baad1b4d33d0%40googlegroups.com.
Great, thanks, a final question , if I deploy redis and postgre at docker containers and set them at the same network bridge with scalelite, the host url of redis and postgre what it should be? The ip that docker bridge assigns is dynamic as far as I know.
in that case you would give this container a name - so use the name as url.
e.g. redis://redis
if you named it redis.
cheers
Martin
On Mon, 20 Apr 2020, 17:29 Martin Thomas Schrott, <li...@mtsonline.at> wrote:
with /api at the end :-)
cheers
Martin
Am 20.04.2020 um 16:09 schrieb Haris Sketo:
You are right, there is a command for loading db schema, I suppose this command works after I have installed postgre and connect it with scalelite.
About joining servers at the pool, the url format should be like this: bbb1.host.com/bigbluebutton or bbb1.host.com/api ?
On Mon, 20 Apr 2020, 17:01 Martin Thomas Schrott, <li...@mtsonline.at> wrote:
Hi,
no, there is no problem, we have both installed locally without containers.
Just make sure you have the correct host (for us the public ip) instead of docker interanal host/ip settings.
I am not sure, but I think there was a command to create the db ...nothing in the docs?
hth
Martin
Am 20.04.2020 um 15:53 schrieb Haris Sketo:
Thanks for the reply Martin!
About postgresql is there any problem to just install it at the system without containers? Do I have to import any "demo" db first or scalelite creates the db schema and tables automatically?
About redis is there any problem to install it at system without using container?