I have two stand alone Vms in vultr running on Ubuntu 18.04 and on top of it I have installed Bigbluebutton server configs and a Greenlight frontend. I have configured another server for scalelite on vultr itself and installed Postgres and redis on it and deployed scalelite docker containers on it. My scalalite load balancer secret and the bigbluebutton servers' secret are the same.
I have followed everything as per this document.
When I try to add servers using the command
./bin/rake servers:add[url,secret,loadMultiplier]
url: my bigbluebutton server url
secret: the one that is same as scalelite Lb
multiplier :1
It's giving me an error saying :
"bash: ./bin/rake: No such file or directory"
ruby -v
:
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
I installed rake
using package manager:
sudo apt-get install rake
Again it shows no file or directory named .bin.
Can somebody help me figure out this?