You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongjin 8ca0e4f293
first commit
2 years ago
..
public first commit 2 years ago
src first commit 2 years ago
.eslintignore first commit 2 years ago
.eslintrc.js first commit 2 years ago
.gitignore first commit 2 years ago
Readme.md first commit 2 years ago
deploy.sh first commit 2 years ago
learning-dashboard.nginx first commit 2 years ago
package-lock.json first commit 2 years ago
package.json first commit 2 years ago
postcss.config.js first commit 2 years ago
run-dev.sh first commit 2 years ago
tailwind.config.js first commit 2 years ago

Readme.md

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/