bigbluebutton-Github/bbb-learning-dashboard
dependabot[bot] a27b42478b
Bump the npm_and_yarn group across 2 directories with 3 updates
Bumps the npm_and_yarn group with 2 updates in the /bbb-graphql-client-test directory: [json5](https://github.com/json5/json5) and [webpack](https://github.com/webpack/webpack).
Bumps the npm_and_yarn group with 2 updates in the /bbb-learning-dashboard directory: [postcss](https://github.com/postcss/postcss) and [webpack](https://github.com/webpack/webpack).


Updates `json5` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

Updates `webpack` from 5.75.0 to 5.91.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.91.0)

Updates `postcss` from 8.4.32 to 8.4.33
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.32...8.4.33)

Updates `webpack` from 5.89.0 to 5.91.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.91.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: webpack
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 13:53:45 +00:00
..
public New user details modal 2022-02-14 12:30:01 -03:00
src Add option disabledFeatures=learningDashboardDownloadSessionData 2024-02-14 10:16:31 -03:00
.eslintignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
.eslintrc.js fix: some changes required by linter 2022-05-02 16:56:31 -03:00
.gitignore Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00
deploy.sh Create learning dashboard scripts 2022-04-01 09:15:30 -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 Bump the npm_and_yarn group across 2 directories with 3 updates 2024-04-03 13:53:45 +00:00
package.json Bump the npm_and_yarn group across 2 directories with 3 updates 2024-04-03 13:53:45 +00:00
postcss.config.js updates react-script and tailwindcss dependencies 2022-01-07 11:20:08 -03:00
Readme.md fix: Improve the dev build instructions for l dashboard 2023-01-05 06:49:38 -05:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03: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 -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/