Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 955 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 955 Bytes

Homebrew ClickHouse Tap

This is an unofficial Homebrew repository for the Yandex's ClickHouse DBMS.

It is relatively new and isn't tested well.
Please consider appending the --verbose and --debug parameters to the brew install command to make it easier to debug the package installation.
If you are having any problems with the precompiled binaries (bottles), append the --build-from-source parameter.

Issues and pull requests are always welcome!

Usage

Add this repository:

brew tap hatarist/clickhouse

To install the latest stable release, run:

brew install clickhouse

Or, to install the testing release, run:

brew install clickhouse --devel

Run the server

Make sure that you've increased the maxfiles parameter as described in here.
Then, to run the server, run:

brew services start clickhouse