... | ... | @@ -5,18 +5,14 @@ |
|
|
|
|
|
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.0, the post-install tool is available as puppet scripts (this is work in progress, see ELTDEV-825)
|
|
|
|
|
|
To get hold of the post-installation tool, use the following commands:
|
|
|
|
|
|
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:
|
|
|
```
|
|
|
su -l # become root
|
|
|
yum -y install elt-ciisrv-postinstall
|
|
|
cd /elt/ciisrv/postinstall
|
|
|
```
|
|
|
|
|
|
The command has to be executed as root:
|
|
|
|
|
|
The post-install command has to be executed as root:
|
|
|
```
|
|
|
# /elt/ciisrv/postinstall/cii-postinstall <choose a role>
|
|
|
```
|
... | ... | |