Update Post Install Setup authored by Michael Park's avatar Michael Park
...@@ -83,10 +83,10 @@ Instructions for CDS repositories setup can be found [here](https://git.ligo.org ...@@ -83,10 +83,10 @@ Instructions for CDS repositories setup can be found [here](https://git.ligo.org
Modify the commands below to fit your ifo and site, as controls: Modify the commands below to fit your ifo and site, as controls:
``` ```
export IFO=TST export SITE=TST
export ifo=tst export site=tst
export SITE=X1 export IFO=X1
export site=x1 export ifo=x1
``` ```
```plaintext ```plaintext
...@@ -168,10 +168,10 @@ controls@x2fec /opt/rtcds/rtscore $ ln -s advligorts release ...@@ -168,10 +168,10 @@ controls@x2fec /opt/rtcds/rtscore $ ln -s advligorts release
At the top of ```/etc/advligorts/env``` and ```/etc/advligorts/systemd_env```, make sure lowercase vars ```ifo``` and ```site``` are set as in this example: At the top of ```/etc/advligorts/env``` and ```/etc/advligorts/systemd_env```, make sure lowercase vars ```ifo``` and ```site``` are set as in this example:
``` ```
IFO=TST SITE=TST
SITE=X1 IFO=X1
ifo=tst site=tst
site=x1 ifo=x1
``` ```
## Set RCG_LIB_PATH ## Set RCG_LIB_PATH
... ...
......