Hi people,
For reference, I found this threads
In this one, Matthias reports that there is an error 403 when trying to open the learning-dashboard (my case is 404)
https://groups.google.com/g/bigbluebutton-setup/c/ACKgGV4xjyQ/m/vBlRdhStAwAJThe solution was to fill the folder /var/bigbluebutton/learning-dashboard; but in my case, there is a folder bbb-learning-dashboard and there are all the files and folders. I wanted to installed using this
But I'm kind of new in this and I didn't know how to, so I unloaded the zip from here
Unziped and copied the folder that I needed to do what the Dev Instructions order:
Prepare destination directory mkdir /var/bigbluebutton/learning-dashboard
chown bigbluebutton /var/bigbluebutton/learning-dashboard/
Build instructionscd bbb-learning-dashboard
rm -r node_modules
npm install
npm run build
cp -r build/* /var/bigbluebutton/learning-dashboard
Update nginx configcp bbb-learning-dashboard/learning-dashboard.nginx /etc/bigbluebutton/nginx/
But still nothing, still 404. I ran this command
apt install --reinstall bbb-learning-dashboard
And the prompt was
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bbb-learning-dashboard
What am I missing?
Thank you in advance