ClickHouse/utils/package/arch
Alexey Milovidov e9e77b4403 .tech -> .com
2021-09-22 03:22:57 +03:00
..
clickhouse.sysusers
clickhouse.tmpfiles
CMakeLists.txt
logging.xml
PKGBUILD.in .tech -> .com 2021-09-22 03:22:57 +03:00
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