@@ -56,7 +56,7 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
5656
5757 **Download and Install**
5858
59- 1. Download the Windows binary from our [releases page](https://github.com/openobserve/openobserve/releases )
59+ 1. Download Binaries from [downloads page](https://openobserve.ai/downloads )
6060 2. Open Command Prompt or PowerShell as Administrator
6161 3. Run the following commands:
6262
@@ -80,18 +80,8 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
8080
8181=== "MacOS/Linux Binaries"
8282
83- **Option A: Quick Install Script**
84- ```bash
85- # Download and install latest version automatically
86- curl -L https://raw.githubusercontent.com/openobserve/openobserve/main/download.sh | sh
87-
88- # Run OpenObserve
89- ZO_ROOT_USER_EMAIL="[email protected] " ZO_ROOT_USER_PASSWORD="Complexpass#123" ./openobserve 90- ```
91-
92- **Option B: Manual Download**
9383
94- 1. Download the appropriate binary from our [releases page](https://github.com/openobserve/openobserve/releases )
84+ 1. Download the appropriate binary from our [downloads page](https://openobserve.ai/downloads )
9585 2. Make it executable: `chmod +x openobserve`
9686 3. Run with environment variables as shown:
9787 ```bash
@@ -117,15 +107,13 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
117107
118108 **Linux/macOS:**
119109 ```bash
120- docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 \
121- -e ZO_ROOT_USER_EMAIL="[email protected] " -e ZO_ROOT_USER_PASSWORD="Complexpass#123" \ 122- o2cr.ai/openobserve/openobserve:latest
110+ docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 -e ZO_ROOT_USER_EMAIL="[email protected] " -e ZO_ROOT_USER_PASSWORD="Complexpass#123" o2cr.ai/openobserve/openobserve-enterprise:latest 123111 ```
124112
125113 **Windows:**
126114 ```cmd
127115 # Windows Command Prompt
128- docker run -d --name openobserve -v %cd%/openobserve-data:/data -e ZO_DATA_DIR="/data" -e ZO_ROOT_USER_EMAIL="[email protected] " -e ZO_ROOT_USER_PASSWORD="Complexpass#123" -p 5080:5080 o2cr.ai/openobserve/openobserve:latest 116+ docker run -d --name openobserve -v %cd%/openobserve-data:/data -e ZO_DATA_DIR="/data" -e ZO_ROOT_USER_EMAIL="[email protected] " -e ZO_ROOT_USER_PASSWORD="Complexpass#123" -p 5080:5080 o2cr.ai/openobserve/openobserve-enterprise :latest 129117 ```
130118
131119 **Docker Image Options:**
0 commit comments