bigbluebutton-Github/bbb-learning-dashboard
2024-02-14 10:16:31 -03:00
..
public
src Add option disabledFeatures=learningDashboardDownloadSessionData 2024-02-14 10:16:31 -03:00
.eslintignore
.eslintrc.js
.gitignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
deploy.sh
learning-dashboard.nginx
package-lock.json chore: npm audit fixes for bbb-learning-dashboard 2023-11-15 10:52:34 -03:00
package.json Revert "chore: upgrade learning dashboard dependencies" 2023-06-29 17:27:18 -03:00
postcss.config.js
Readme.md fix: Improve the dev build instructions for l dashboard 2023-01-05 06:49:38 -05:00
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/