From 927cb71a0cf8f5f7e2c8bd228718c38a924be551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 19 Oct 2016 23:48:14 +0200 Subject: [PATCH] add nginx restart --- README_Install_Ubuntu.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_Install_Ubuntu.md b/README_Install_Ubuntu.md index 1160b7146..b3da00226 100644 --- a/README_Install_Ubuntu.md +++ b/README_Install_Ubuntu.md @@ -25,7 +25,7 @@ * rvm install 2.3.1 * gem install bundler -### Install zammad +### Install Zammad * bundle install --without test development postgres * cp config/database.yml.dist config/database.yml * vi config/database.yml @@ -38,3 +38,5 @@ * rails s -p 3000 * script/websocket-server.rb start * script/scheduler.rb start +* systemctl restart nginx +