mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
.. | ||
clickhouse.sysusers | ||
clickhouse.tmpfiles | ||
CMakeLists.txt | ||
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