@@ -56,7 +56,7 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
56
56
57
57
**Download and Install**
58
58
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 )
60
60
2. Open Command Prompt or PowerShell as Administrator
61
61
3. Run the following commands:
62
62
@@ -80,18 +80,8 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
80
80
81
81
=== "MacOS/Linux Binaries"
82
82
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**
93
83
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 )
95
85
2. Make it executable: `chmod +x openobserve`
96
86
3. Run with environment variables as shown:
97
87
```bash
@@ -117,15 +107,13 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
117
107
118
108
**Linux/macOS:**
119
109
```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
123
111
```
124
112
125
113
**Windows:**
126
114
```cmd
127
115
# 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
129
117
```
130
118
131
119
**Docker Image Options:**
0 commit comments