Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/red-soft-ru/clickhouse-rpm
ClickHouse DBMS build script for RHEL based distributions
https://github.com/red-soft-ru/clickhouse-rpm
Last synced: 30 days ago
JSON representation
ClickHouse DBMS build script for RHEL based distributions
- Host: GitHub
- URL: https://github.com/red-soft-ru/clickhouse-rpm
- Owner: red-soft-ru
- License: apache-2.0
- Created: 2016-11-18T15:49:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T20:30:50.000Z (over 7 years ago)
- Last Synced: 2024-11-11T15:45:15.847Z (about 1 month ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 67
- Watchers: 10
- Forks: 67
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clickhouse - red-soft-ru/clickhouse-rpm - This project is a ClickHouse DBMS build script for RHEL based distributions. (Integrations / Deployment and Management Tools)
README
# clickhouse-rpm
ClickHouse DBMS build script for RHEL based distributionsRun build_packages.sh on any RHEL 6 or RHEL 7 based distribution and it shall produce ClickHouse source and binary RPM packages for your system.
You can also install packages built with these scripts from public YUM repository.
To connect repository on CentOS 6/GosLinux:
`yum-config-manager --add-repo http://repo.red-soft.biz/repos/clickhouse/repo/clickhouse-el6.repo`
For CentOS 7:
`yum-config-manager --add-repo http://repo.red-soft.biz/repos/clickhouse/repo/clickhouse-el7.repo`
To install ClickHouse client and server:
`yum install clickhouse-server clickhouse-client clickhouse-server-common clickhouse-compressor`