Merge branch 'develop' of github.com:monotek/zammad into develop
This commit is contained in:
commit
a4bc26cc48
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,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
|
||||
|
|
Loading…
Reference in a new issue