https://github.com/timeplus-io/install.timeplus.com
Host scripts/files to install Timeplus Enterprise or Timeplus Proton via curl or helm
https://github.com/timeplus-io/install.timeplus.com
Last synced: 12 months ago
JSON representation
Host scripts/files to install Timeplus Enterprise or Timeplus Proton via curl or helm
- Host: GitHub
- URL: https://github.com/timeplus-io/install.timeplus.com
- Owner: timeplus-io
- Created: 2024-02-07T16:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T08:50:43.000Z (12 months ago)
- Last Synced: 2025-07-10T17:11:53.201Z (12 months ago)
- Language: Shell
- Homepage: https://timeplus.com
- Size: 936 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Timeplus with curl
## Install Timeplus Proton
```bash
curl https://install.timeplus.com/oss | sh
```
## Install Timeplus Enterprise (stable release)
```bash
curl https://install.timeplus.com | sh
```
or
```bash
curl https://install.timeplus.com/stable | sh
```
## Install Timeplus Enterprise (preview release)
```bash
curl https://install.timeplus.com/preview | sh
```
## Install Timeplus Enterprise Stream Processing Demo (docker compose)
```bash
curl https://install.timeplus.com/sp-demo | sh
```