Update deployment instructions.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -32,16 +32,12 @@ Create an user account for the installation::
|
||||
|
||||
Create the parent directory where the project will be deployed::
|
||||
|
||||
sudo mkdir -p /opt
|
||||
sudo mkdir /opt
|
||||
|
||||
Create the Python virtual environment for the installation::
|
||||
|
||||
sudo virtualenv /opt/mayan-edms
|
||||
|
||||
Create the folder for the Mayan EDMS data::
|
||||
|
||||
sudo mkdir /opt/mayan-edms/media
|
||||
|
||||
Make the mayan user the owner of the installation directory::
|
||||
|
||||
sudo chown mayan:mayan /opt/mayan-edms -R
|
||||
|
||||
Reference in New Issue
Block a user