Added repeateable install instructions
This commit is contained in:
parent
1a709c3cd8
commit
101c202615
16
README.md
16
README.md
@ -31,3 +31,19 @@ npm run lint
|
|||||||
### Customize configuration
|
### Customize configuration
|
||||||
|
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user