Merge pull request #19374 from hiroshisuga/patch-10

[doc dev guide] set passwd for user bigbluebutton + delete an unnecessary line
This commit is contained in:
Anton Georgiev 2024-03-27 16:13:04 -04:00 committed by GitHub
commit e35338fbe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,16 +75,13 @@ Consider using a Docker setup for a development environment - [https://github.co
usermod -a -G sudo bigbluebutton
mkhomedir_helper bigbluebutton # to add homedir to existing user
chown -R bigbluebutton:bigbluebutton /home/bigbluebutton/
sudo passwd bigbluebutton # to set password for the user bigbluebutton if not done yet
sudo su - bigbluebutton
# if you cannot switch to user bigbluebutton, you may need to switch /bin/false to /bin/bash for user bigbluebutton in /etc/passwd
# and then retry "sudo su - bigbluebutton"
# Note that you may want to disable terminal sessions for user bigbluebutton if you will later use the server in production
```
```bash
sudo ls
```
#### wget
You'll need to download some files throughout these instructions using wget. If it's not installed on your server, you can install the package using the following command