Merge "Create /opt/stack and make it home directory"
This commit is contained in:
commit
c36b08248e
doc/source
@ -47,7 +47,7 @@ below)
|
||||
|
||||
::
|
||||
|
||||
adduser stack
|
||||
useradd -s /bin/bash -d /opt/stack -m stack
|
||||
|
||||
Since this user will be making many changes to your system, it will need
|
||||
to have sudo privileges:
|
||||
|
@ -56,7 +56,7 @@ You can quickly create a separate `stack` user to run DevStack with
|
||||
|
||||
::
|
||||
|
||||
$ sudo adduser stack
|
||||
$ sudo useradd -s /bin/bash -d /opt/stack -m stack
|
||||
|
||||
Since this user will be making many changes to your system, it should
|
||||
have sudo privileges:
|
||||
|
Loading…
x
Reference in New Issue
Block a user