ClickHouse/utils/package/arch
2021-04-24 22:47:52 +03:00
..
clickhouse.sysusers
clickhouse.tmpfiles
CMakeLists.txt Maybe better support for paths with whitespaces 2021-04-24 22:47:52 +03:00
logging.xml
PKGBUILD.in
README.md

Build Arch Linux package

From binary directory:

make
cd utils/package/arch
makepkg

Install and start ClickHouse server

pacman -U clickhouse-*.pkg.tar.xz
systemctl enable clickhouse-server
systemctl start clickhouse-server