... | ... | @@ -6,9 +6,11 @@ |
|
|
Most CII services (not: telemetry and alarms) come as part of the DevEnv installation, however some post-installation set-up is needed before they can be used.
|
|
|
|
|
|
As of DevEnv 3.4, the post-install tool is available as puppet scripts.
|
|
|
To get hold of the latest post-installation tool, use the following commands:
|
|
|
To get hold of the latest post-installation tool, use the following update command.
|
|
|
As of DevEnv 3.5, the post-install tool will check for updates automatically (if you are inside the ESO network), and you do not need to execute the yum update command.
|
|
|
|
|
|
The update command has to be executed as root:
|
|
|
```
|
|
|
su -l # become root
|
|
|
yum -y install elt-ciisrv-postinstall
|
|
|
```
|
|
|
|
... | ... | |