mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Updated guide for installing ClickHouse from source in Arch Linux.
This commit is contained in:
parent
0dc427b132
commit
a1ff6cf66c
@ -1,9 +1,17 @@
|
||||
### Build Arch linux package
|
||||
### Build Arch Linux package
|
||||
|
||||
From binary directory:
|
||||
|
||||
```
|
||||
make
|
||||
cd arch
|
||||
cd utils/package/arch
|
||||
makepkg
|
||||
```
|
||||
|
||||
### Install and start ClickHouse server
|
||||
|
||||
```
|
||||
pacman -U clickhouse-*.pkg.tar.xz
|
||||
systemctl enable clickhouse-server
|
||||
systemctl start clickhouse-server
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user