Running and Verification
Run the commands in the installation directory /home/ClickHouse for verification.
- Start ClickHouse on the server.
1./build/programs/clickhouse server --config-file=/etc/clickhouse-server/config.xml --daemon
- Run the ps-ef command to check whether the clickhouse-server process is started successfully.

- If the service fails to be started, run the ./build/programs/clickhouse server --config-file=/etc/clickhouse-server/config.xml command.
- Run the ps-ef command to check whether the clickhouse-server process is started successfully.
- Start ClickHouse on the client.
1./build/programs/clickhouse client
- Stop the service.
1./build/programs/clickhouse stop
Parent topic: Porting Guide (openEuler)