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:
commit
e35338fbe2
@ -75,16 +75,13 @@ Consider using a Docker setup for a development environment - [https://github.co
|
|||||||
usermod -a -G sudo bigbluebutton
|
usermod -a -G sudo bigbluebutton
|
||||||
mkhomedir_helper bigbluebutton # to add homedir to existing user
|
mkhomedir_helper bigbluebutton # to add homedir to existing user
|
||||||
chown -R bigbluebutton:bigbluebutton /home/bigbluebutton/
|
chown -R bigbluebutton:bigbluebutton /home/bigbluebutton/
|
||||||
|
sudo passwd bigbluebutton # to set password for the user bigbluebutton if not done yet
|
||||||
sudo su - bigbluebutton
|
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
|
# 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"
|
# 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
|
# 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
|
#### 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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user