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
Modify the commands below to fit your ifo and site, as controls:
```
export IFO=TST
export ifo=tst
export SITE=X1
export site=x1
export SITE=TST
export site=tst
export IFO=X1
export ifo=x1
```
```plaintext
......@@ -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:
```
IFO=TST
SITE=X1
ifo=tst
site=x1
SITE=TST
IFO=X1
site=tst
ifo=x1
```
## Set RCG_LIB_PATH
......
......