...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
htop |
How to (re) start the WebServer
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
sudo -u analytics screen -r WebServer |
Code Block theme Emacs title IF successfuly resumed the screen THEN kill the web-server Enter Ctrl-C
Code Block language bash theme Emacs title IF There is no screen to be resumed matching WebServer THEN start a enter new screen sudo -u analytics screen -S WebServer
theme | Emacs |
---|---|
title | IF successfuly entered the WebServer screen THEN kill the web-server |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
/home/unix/analytics/TigerETL3/runWeb.sh |
...