Update deployment instructions.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-12 21:24:50 -04:00
parent e5e619e045
commit 60a3e1aa42

View File

@@ -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