Added repeateable install instructions

This commit is contained in:
Peter Morton 2023-10-18 17:49:48 -05:00
parent 1a709c3cd8
commit 101c202615

View File

@ -31,3 +31,19 @@ npm run lint
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Running the services
### Verint Repeatable Environments
#### Install as a docker service
```shell
mkdir -p /opt/em/projects/current/demo/eo-services
curl -o /opt/em/projects/current/demo/eo-services/docker-compose.yml https://git.mortons.site/verint.com/eo-services-client/raw/branch/main/examples/repeatable-docker-compose.yml
sudo curl -o /etc/systemd/system/eo-services.service https://git.mortons.site/verint.com/eo-services-client/raw/branch/main/examples/eo-services.service
sudo systemctl daemon-reload
sudo systemctl enable eo-services
sudo systemctl start eo-services
```