Merge branch 'versions/next' into feature/db_migration

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-04 01:59:17 -04:00
9 changed files with 1885 additions and 12 deletions

View File

@@ -134,6 +134,11 @@ Create the supervisor file at ``/etc/supervisor/conf.d/mayan.conf``::
stopwaitsecs = 1
user = mayan
Configure Redis to discard data when it runs out of memory::
echo "maxmemory-policy allkeys-lru" >> /etc/redis/redis.conf
systemctl restart redis
Enable and restart the services [1_]::
systemctl enable supervisor