d00d6a0323
!build and conf: Upgrade Ubunto to 20.04 |
||
---|---|---|
.. | ||
public | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
learning-dashboard.nginx | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
Readme.md | ||
tailwind.config.js |
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/