ccb2e74bc1
* [data-channel-analytics-options] - Added data-channel analytics and record options and added a parameter options for the useDataChannel function * Update bigbluebutton-html5/public/locales/en.json Co-authored-by: Gustavo Trott <gustavo@trott.com.br> * [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button * [data-channel-analytics-options] - QUICK FIX * [update-data-channel-function] - fix action metadata * [data-channel-analytics-options] - changes in review * [data-channel-analytics-options] - changes in review * [captionLocale] - Changes in review * [data-channel-analytics-options] - update SDK * [data-channel-analytics-options] Changes in review * [data-channel-analytics-options] - changes in review * [data-channel-analytics-options] - changes in review * [data-channel-analytics-options] - changes in review * Refactor learning dashboard json structure with genericData * fix typo * [data-channel-analytics-options] - changes according to new json structure * changes in review --------- Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com> Co-authored-by: Gustavo Trott <gustavo@trott.com.br> |
||
---|---|---|
.. | ||
public | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy.sh | ||
learning-dashboard.nginx | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
Readme.md | ||
run-dev.sh | ||
tailwind.config.js |
Learning Analytics Dashboard will be accessible through https://yourdomain/learning-analytics-dashboard
Dev Instructions
Prepare destination directory
mkdir -p /var/bigbluebutton/learning-dashboard
chown bigbluebutton /var/bigbluebutton/learning-dashboard/
Build instructions
# verify we are in the bbb-learning-dashboard directory ~/src/bbb-learning-dashboard
pwd
if [ -d node_modules ]; then rm -r node_modules; fi
npm install
npm run build
cp -r build/* /var/bigbluebutton/learning-dashboard
Update nginx config
cp learning-dashboard.nginx /usr/share/bigbluebutton/nginx/