Changes
Page history
Update Post Install Setup
authored
Jun 26, 2024
by
Michael Park
Show whitespace changes
Inline
Side-by-side
Post-Install-Setup.md
View page @
38d2c25d
...
...
@@ -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
...
...
...
...