Update README_Install_Ubuntu.md

This commit is contained in:
André Bauer 2016-10-19 21:25:41 +02:00 committed by GitHub
parent 0592286eb1
commit 9adf438040

View file

@ -34,8 +34,6 @@
* rake assets:precompile * rake assets:precompile
### Start Zammad ### Start Zammad
* rake assets:precompile * rails s -b 0.0.0.0 -p 3000
* puma -p 3000 # application web server * script/websocket-server.rb start
* script/websocket-server.rb start # non blocking websocket server * script/scheduler.rb start
* script/scheduler.rb start # generate overviews on demand, just send changed data to browser