add nginx restart

This commit is contained in:
André Bauer 2016-10-19 23:48:14 +02:00 committed by GitHub
parent 6fec45168a
commit 927cb71a0c

View file

@ -25,7 +25,7 @@
* rvm install 2.3.1 * rvm install 2.3.1
* gem install bundler * gem install bundler
### Install zammad ### Install Zammad
* bundle install --without test development postgres * bundle install --without test development postgres
* cp config/database.yml.dist config/database.yml * cp config/database.yml.dist config/database.yml
* vi config/database.yml * vi config/database.yml
@ -38,3 +38,5 @@
* rails s -p 3000 * rails s -p 3000
* script/websocket-server.rb start * script/websocket-server.rb start
* script/scheduler.rb start * script/scheduler.rb start
* systemctl restart nginx