# CentOS
This document describes how to install on CentOS.
# Install from zip
Unzip the installation package.
unzip kuiper-centos7-v0.0.1.zip
Run the kuiper
to verify eKuiper is installed successfully or not.
# cd kuiper
# bin/kuiper --version
kuiper version 0.0.1
1
2
3
2
3
If it can print the version, then eKuiper is installed successfully.
What’s on this page