Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

clickhouse-deb-install

ClickHouse DEB packages installation from packagecloud.io

Install Altinity packagecloud.io repo

curl -s https://packagecloud.io/install/repositories/Altinity/clickhouse/script.deb.sh | sudo bash

Install GCC-7

ClickHouse for Debian required gcc-7 and glibc 2.27, which is distributed with gcc-7 Install gcc-7

Append in /etc/apt/sources.list entries for test packages. So far gcc-7 is still a test package for debian

sudo bash -c 'echo "deb http://deb.debian.org/debian testing main" >> /etc/apt/sources.list'

Now install gcc-7

sudo apt-get update
sudo apt-get install -y gcc-7 g++-7

Now install clickhouse

sudo apt install 'clickhouse*'

And restart ClickHouse service

sudo /etc/init.d/clickhouse-server restart

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.