openreplay/scripts
Rajesh Rajendran b958da38dd
Enable monitoring for enterprise edition (#32)
* chore(install): flag to install monitoring

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): change request to min memory and cpu.

* chore(install): grafana proxy path

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): ansible tag for grafana password

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* fix(install): grafana password override

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): Adding grafana nginx path

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(nginx): getting resolver ip for nginx ip resolution.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-06-11 21:10:31 +00:00
..
helm Enable monitoring for enterprise edition (#32) 2021-06-11 21:10:31 +00:00
certbot.sh fix(certbot): proper home directory handling 2021-05-12 11:55:03 +05:30
README.md v1.1.0 (#31) 2021-06-11 23:31:29 +05:30

Installing OpenReplay on any VM (Debian based, preferably Ubuntu 20.04)

You can start testing OpenReplay by installing it on any VM (at least 2 vCPUs, 8 GB of RAM and 50 GB of storage). We'll initialize a single node kubernetes cluster with k3s and install OpenReplay on the cluster.

cd helm && bash install.sh

Installing OpenReplay on Kubernetes

OpenReplay runs 100% on kubernetes. So if you've got a kubernetes cluster, preferably, a cluster dedicated to OpenReplay (on a single node of 4 vCPUs, 8 GB of RAM and 50 GB of storage). You can run the script, which internally uses helm to install OpenReplay.

We hope your cluster has provision to create a service type LoadBalancer for exposing OpenReplay on the internet.

cd helm && bash kube-install.sh

OpenReplay CLI

The CLI is helpful for managing basic aspects of your OpenReplay instance, things such as restarting or reinstalling a service, accessing a component's logs or simply checking the status of your backend services. Below the list of covered operations:

  • status: status of the running services
  • logs: logs of a specific service
  • stop: stop one or all services
  • start: start one or all services
  • restart: restart one or all services

For more information:

cd helm && openreplay-cli -h