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.
[you@or-condo-login02 ~]$ vim|emacs|nano watch_whatever_code.yaml
```
Edit the rootdir, username and log_file if needed.
The rest should be properly set already.
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
[you@or-condo-login02 ~]$ nohup python $CCRWS/watch_server.py ./watch_whatever_code.yaml 2>&1 whatever_code.out &
......@@ -35,6 +35,9 @@ If you want to modify the dashboard you should be able to click the gear icon an
If you can't get this all working smoothly don't worry, you're one of the first to try this. It's been cobbled together in my (Peter Doak) spare time but I think its worth sharing. I will provide you help getting set up and we will improve the docs and system.
### But I'm a private/paranoid Scientist
You can have your own influxdb and grafana server that only you can access. I can help you set the back end up as a pair of docker containers on your cades-openstack birthright computing. Then you can break, extend or neglect that part of the watchserver system completely on your own.
### Yaml configuration file
```yaml
log_name: out #name of your outfile for this code
......
......