bigbluebutton-Github/bbb-graphql-server
2024-06-18 13:47:10 -03:00
..
metadata Merge pull request #20518 from GuiLeme/plugin-server-commands 2024-06-18 13:33:16 -03:00
bbb_schema.sql fix warning client not responding when he actually left the meeting 2024-06-18 13:47:10 -03:00
build_hasura.sh Introduces userTyping, user_connectionStatus and other flags to Postgres/Hasura 2023-04-05 13:56:22 -03:00
config.yaml use sed to change config.yaml 2024-05-07 13:35:12 -03:00
install-hasura.sh Upgrade Hasura to version v2.40.0 2024-06-10 10:59:13 -03:00
README.md Set a different password for Hasura admin 2024-05-07 11:39:34 -03:00
update_graphql_data.sh Set a different password for Hasura admin 2024-05-07 11:39:34 -03:00

Install

Run the script to install all dependencies:

cd ~/src/bbb-graphql-server
sudo ./install-hasura.sh

Update libs

cd ~/src/bbb-common-message; 
./deploy.sh; 
cd ~/src/akka-bbb-apps; 
sbt update; 
cd ~/src/bbb-common-web; 
./deploy.sh; 
cd ~/src/bigbluebutton-web/; 
./build.sh; 

Run Akka from source

cd ~/src/akka-bbb-apps/; 
./run-dev.sh

Run BBB-web from source

cd ~/src/bigbluebutton-web/; 
./run-dev.sh;

Run Html5 from source

cd ~/src/bigbluebutton-html5/;
./run-dev.sh;

Hasura Console

http://bbb30.bbbvm.imdt.com.br:8085/console

password: bigbluebutton

Client for tests:

cd  ~/src/bbb-graphql-client-test
npm install
npm start

https://bbb30.bbbvm.imdt.com.br/graphql-test

  • Join in a meeting, copy the param ?sessionToken=xxx and append it to the URL above