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