Add run options with default config path

Add run options with default config path.
Checked on Catalina 10.15.7
This commit is contained in:
ice1x 2021-05-05 19:35:28 +05:00 committed by GitHub
parent 6105a19357
commit dc595f391e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,4 +124,10 @@ Reboot.
To check if its working, you can use `ulimit -n` command. To check if its working, you can use `ulimit -n` command.
## Run ClickHouse server:
```
~/ClickHouse/build/programs/clickhouse-server --config-file ~/ClickHouse/programs/server/config.xml
```
[Original article](https://clickhouse.tech/docs/en/development/build_osx/) <!--hide--> [Original article](https://clickhouse.tech/docs/en/development/build_osx/) <!--hide-->