Fix typos.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ Ubuntu
|
|||||||
If using a Debian_ or Ubuntu_ based Linux distribution, get the executable
|
If using a Debian_ or Ubuntu_ based Linux distribution, get the executable
|
||||||
requirements using::
|
requirements using::
|
||||||
|
|
||||||
apt-get install g++ gcc ghostscript gnupg1 graphviz libjpeg-dev libmagic1 \
|
sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libjpeg-dev libmagic1 \
|
||||||
libpq-dev libpng-dev libreoffice libtiff-dev poppler-utils postgresql \
|
libpq-dev libpng-dev libreoffice libtiff-dev poppler-utils postgresql \
|
||||||
python-dev python-pip python-virtualenv redis-server sane-utils supervisor \
|
python-dev python-pip python-virtualenv redis-server sane-utils supervisor \
|
||||||
tesseract-ocr zlib1g-dev -y
|
tesseract-ocr zlib1g-dev -y
|
||||||
@@ -48,7 +48,7 @@ Make the mayan user the owner of the installation directory::
|
|||||||
|
|
||||||
Install Mayan EDMS from PyPI::
|
Install Mayan EDMS from PyPI::
|
||||||
|
|
||||||
sudo -u mayan /opt/mayan-edms/bin/pip --no-cache-dir install mayan-edms
|
sudo -u mayan /opt/mayan-edms/bin/pip install --no-cache-dir mayan-edms
|
||||||
|
|
||||||
Install the Python client for PostgreSQL and Redis::
|
Install the Python client for PostgreSQL and Redis::
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Then download version 9.5 of the Docker PostgreSQL image::
|
|||||||
Create and run a PostgreSQL container::
|
Create and run a PostgreSQL container::
|
||||||
|
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name mayan-emds-postgres \
|
--name mayan-edms-postgres \
|
||||||
--restart=always \
|
--restart=always \
|
||||||
-p 5432:5432 \
|
-p 5432:5432 \
|
||||||
-e POSTGRES_USER=mayan \
|
-e POSTGRES_USER=mayan \
|
||||||
|
|||||||
Reference in New Issue
Block a user