ClickHouse/utils/package/arch/README.md

18 lines
250 B
Markdown
Raw Normal View History

### Build Arch Linux package
2019-06-22 11:12:37 +00:00
From binary directory:
```
make
cd utils/package/arch
2019-06-22 11:12:37 +00:00
makepkg
```
### Install and start ClickHouse server
```
pacman -U clickhouse-*.pkg.tar.xz
systemctl enable clickhouse-server
systemctl start clickhouse-server
```