bigbluebutton-Github/bbb-learning-dashboard
2022-03-15 02:01:37 +00:00
..
public New user details modal 2022-02-14 12:30:01 -03:00
src Change calculation of the average column 2022-02-24 11:10:23 -03:00
.eslintignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
.eslintrc.js Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
.gitignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
learning-dashboard.nginx fix: adjust path to file in learning analytics dashboard 2022-01-08 10:05:20 -05:00
package-lock.json result of running 'npm audit fix' 2022-01-13 11:58:41 -03:00
package.json refactor: Rename L Dashboard to L Analytics Dashboard 2022-01-07 19:22:05 +00:00
postcss.config.js updates react-script and tailwindcss dependencies 2022-01-07 11:20:08 -03:00
Readme.md build: nginx from /usr/share/bigbluebutton/nginx 2022-03-15 02:01:37 +00:00
tailwind.config.js merge 2.4 into develop and resolve conflicts - partial 2022-01-12 16:40:45 +00:00

Learning Analytics Dashboard will be accessible through https://yourdomain/learning-analytics-dashboard

Dev Instructions

Prepare destination directory

mkdir /var/bigbluebutton/learning-dashboard
chown bigbluebutton /var/bigbluebutton/learning-dashboard/

Build instructions

cd bbb-learning-dashboard
rm -r node_modules
npm install
npm run build
cp -r build/* /var/bigbluebutton/learning-dashboard

Update nginx config

cp bbb-learning-dashboard/learning-dashboard.nginx /usr/share/bigbluebutton/nginx/