bigbluebutton-Github/bbb-learning-dashboard
dependabot[bot] 607bfbdc32
build(deps): bump follow-redirects in /bbb-learning-dashboard (#19403)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.1...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 09:12:12 -05:00
..
public
src Merge 2.7 into Develop 2023-07-31 11:24:25 -03:00
.eslintignore
.eslintrc.js
.gitignore
deploy.sh
learning-dashboard.nginx
package-lock.json build(deps): bump follow-redirects in /bbb-learning-dashboard (#19403) 2024-01-19 09:12:12 -05: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/