ubuntu manual - running zammad processes in backround & log to log/zammad.log

This commit is contained in:
André Bauer 2016-10-20 13:19:22 +02:00
parent e08f340e72
commit 333c455734

View file

@ -35,9 +35,9 @@
* rake assets:precompile
### Start Zammad
* rails s -p 3000
* script/websocket-server.rb start
* script/scheduler.rb start
* rails s -p 3000 &>> log/zammad.log &
* script/websocket-server.rb start &>> log/zammad.log &
* script/scheduler.rb start &>> log/zammad.log &
### Restart nginx as root
* exit