add nginx restart
This commit is contained in:
parent
6fec45168a
commit
927cb71a0c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue