diff --git a/doc/reference_en.html b/doc/reference_en.html index 9e2943a76ae..48b0dab64b6 100644 --- a/doc/reference_en.html +++ b/doc/reference_en.html @@ -464,6 +464,13 @@ Run 'chown' for the desired user. Note the path to logs in the server config (src/dbms/src/Server/config.xml). +===Other methods of installation=== + +The Docker image is located here: https://hub.docker.com/r/yandex/clickhouse-server/ + +There is Gentoo overlay located here: https://github.com/kmeaw/clickhouse-overlay + + ===Launch=== To start the server (as a daemon), run: @@ -760,7 +767,7 @@ The HTTP interface allows passing external data (external temporary tables) for ==Third-party client libraries== -There exist third-party client libraries for Python, PHP, Go, Node.js. +There exist third-party client libraries for Python, PHP (1, 2), Go, Node.js. ==Native interface (TCP)== diff --git a/doc/reference_ru.html b/doc/reference_ru.html index edc91203db0..23dc9bd7ae5 100644 --- a/doc/reference_ru.html +++ b/doc/reference_ru.html @@ -474,6 +474,13 @@ ClickHouse содержит настройки ограничения досту Обратите внимание на путь к логам в конфиге сервера (src/dbms/src/Server/config.xml). +===Другие методы установки=== + +Docker образ: https://hub.docker.com/r/yandex/clickhouse-server/ + +Gentoo overlay: https://github.com/kmeaw/clickhouse-overlay + + ===Запуск=== Для запуска сервера (в качестве демона), выполните: @@ -773,7 +780,7 @@ HTTP интерфейс позволяет передать внешние да ==Библиотеки от сторонних разработчиков== -Существуют библиотеки для работы с ClickHouse для Python, PHP, Go, Node.js. +Существуют библиотеки для работы с ClickHouse для Python, PHP (1, 2), Go, Node.js. ==Родной интерфейс (TCP)==