watch server private back ends authored by Doak, Peter W.'s avatar Doak, Peter W.
...@@ -16,7 +16,7 @@ clone the repo, I'm assuming you've done this in your home directory. ...@@ -16,7 +16,7 @@ clone the repo, I'm assuming you've done this in your home directory.
[you@or-condo-login02 ~]$ vim|emacs|nano watch_whatever_code.yaml [you@or-condo-login02 ~]$ vim|emacs|nano watch_whatever_code.yaml
``` ```
Edit the rootdir, username and log_file if needed. Edit the rootdir, username and log_file if needed.
The rest should be properly set already. At least if you are willing to use the public to ornl backend. (If you aren't see below.)[But I'm a private/paranoid Scientist] The rest should be properly set already. At least if you are willing to use the public to ornl backend. [If you aren't see below.](But I'm a private/paranoid Scientist)
```shell-session ```shell-session
[you@or-condo-login02 ~]$ nohup python $CCRWS/watch_server.py ./watch_whatever_code.yaml 2>&1 whatever_code.out & [you@or-condo-login02 ~]$ nohup python $CCRWS/watch_server.py ./watch_whatever_code.yaml 2>&1 whatever_code.out &
... ...
......