bigbluebutton-Github/bbb-graphql-server/README.md

58 lines
858 B
Markdown
Raw Normal View History

2023-03-21 21:36:11 +08: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
2023-03-21 21:36:11 +08:00
password: bigbluebutton
### Client for tests:
```
cd ~/src/bbb-graphql-client-test
npm install
npm start
```
https://bbb30.bbbvm.imdt.com.br/graphql-test
2023-03-21 21:36:11 +08:00
- Join in a meeting, copy the param `?sessionToken=xxx` and append it to the URL above