From bbf28fc202f70ef2d9af271cdaf6d58f145c60bb Mon Sep 17 00:00:00 2001 From: Jan Renz Date: Thu, 16 Apr 2015 17:36:33 +0200 Subject: [PATCH] add db restart manual --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04cc90e4..a1dafb00 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ The application is compatible with MRI and JRuby. Due to superior parallelism, w - delete all containers (include running ones) `docker rm -f $(docker ps -aq)` - if the application is run as a service restart it by using `service codeocean restart` +- `/etc/init.d/postgresql restart` - if deployed via capistrano you will find the logs at `/var/www/app/shared/log/` -> `production.log`