From 07e7b55686d273a22cfd1d8cef7b205c8d74ca1c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 21 May 2019 18:15:05 -0400 Subject: [PATCH] Replace collectstatic with preparestatic Signed-off-by: Roberto Rosario --- docs/chapters/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/deploying.rst b/docs/chapters/deploying.rst index 3a0b409e58..a9a6234ff7 100644 --- a/docs/chapters/deploying.rst +++ b/docs/chapters/deploying.rst @@ -142,7 +142,7 @@ For another setup that offers more performance and scalability refer to the :: sudo -u mayan MAYAN_MEDIA_ROOT=/opt/mayan-edms/media \ - /opt/mayan-edms/bin/mayan-edms.py collectstatic --noinput + /opt/mayan-edms/bin/mayan-edms.py preparestatic --noinput 11. Create the supervisor file at ``/etc/supervisor/conf.d/mayan.conf``: