0

I would like to install this

https://docs.bigbluebutton.org/2.2/install.html

On my Heroku App. There is also shell script to make the installation very easy.

https://github.com/bigbluebutton/bbb-install.

I managed to downgrade my herokuapp stack to 16. but i can't see a way to execute this shell command

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -v xenial-22 -a -w

I'm Willing to pay an expert to help with this.

kayd yonis
  • 21
  • 4
  • Heroku disallows root access on their dyno. Maybe it is possible by hosting a docker container on Heroku I haven't dabbed in that. – Tin Nguyen Sep 24 '20 at 15:03
  • Do you have source of how to install such app on Docker container on Heroku. Thanks for taking time. – kayd yonis Sep 24 '20 at 15:32
  • https://devcenter.heroku.com/categories/deploying-with-docker https://devcenter.heroku.com/articles/container-registry-and-runtime First try to build a Docker image and execute the docker container without Heroku, mayble also upload the docker image on Docker Hub. Then try to get it to work on Heroku. – Tin Nguyen Sep 24 '20 at 15:35
  • ok.we will try to do that. THanks Tin – kayd yonis Sep 25 '20 at 08:05

0 Answers0