ClickHouse/utils/package/arch
2021-04-26 02:36:27 +03:00
..
clickhouse.sysusers Added creation of user and working directory to Arch Linux install script. 2020-01-05 17:23:39 +03:00
clickhouse.tmpfiles Added creation of user and working directory to Arch Linux install script. 2020-01-05 17:23:39 +03:00
CMakeLists.txt Revert "Revert "Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias"" 2021-04-26 02:36:27 +03:00
logging.xml Added creation of user and working directory to Arch Linux install script. 2020-01-05 17:23:39 +03:00
PKGBUILD.in Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
README.md Updated guide for installing ClickHouse from source in Arch Linux. 2020-01-05 21:50:32 +03:00

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