Fix typos.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-07 17:21:29 -04:00
parent b8151f848a
commit 2cc9339715
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ Ubuntu
If using a Debian_ or Ubuntu_ based Linux distribution, get the executable
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 \
python-dev python-pip python-virtualenv redis-server sane-utils supervisor \
tesseract-ocr zlib1g-dev -y
@@ -48,7 +48,7 @@ Make the mayan user the owner of the installation directory::
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::

View File

@@ -22,7 +22,7 @@ Then download version 9.5 of the Docker PostgreSQL image::
Create and run a PostgreSQL container::
docker run -d \
--name mayan-emds-postgres \
--name mayan-edms-postgres \
--restart=always \
-p 5432:5432 \
-e POSTGRES_USER=mayan \