mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
a0fa3e1ad7
* update presentations * CLICKHOUSE-2936: redirect from clickhouse.yandex.ru and clickhouse.yandex.com * update submodule * lost files * CLICKHOUSE-2981: prefer sphinx docs over original reference * CLICKHOUSE-2981: docs styles more similar to main website + add flags to switch language links * update presentations * Less confusing directory structure (docs -> doc/reference/) * Minify sphinx docs too * Website release script: fail fast + pass docker hash on deploy * Do not underline links in docs * shorter * cleanup docker images * tune nginx config * CLICKHOUSE-3043: get rid of habrastorage links * Lost translation * CLICKHOUSE-2936: temporary client-side redirect * behaves weird in test * put redirect back * CLICKHOUSE-3047: copy docs txts to public too * move to proper file * remove old pages to avoid confusion * Remove reference redirect warning for now * Refresh README.md * Yellow buttons in docs * Use svg flags instead of unicode ones in docs * fix test website instance * Put flags to separate files * wrong flag |
||
---|---|---|
.. | ||
images/tutorial | ||
nginx | ||
404.html | ||
benchmark.html | ||
Dockerfile | ||
favicon.ico | ||
google419fbd824d7ff97d.html | ||
gulpfile.js | ||
index.html | ||
jquery.js | ||
logo.png | ||
logo.svg | ||
README.md | ||
reference_en.html | ||
reference_ru.html | ||
reference.css | ||
release.sh | ||
robots.txt | ||
setup_gulp.sh | ||
tutorial.html | ||
yandex-black-button.png | ||
yandex-white-button.png |
ClickHouse website quickstart:
- Make sure you have
npm
,docker
andpython
installed and available in your$PATH
. - Run
setup\_gulp.sh
once to install build prerequisites via npm. - Use
gulp build
to minify website to "public" subfolder or justgulp
to run local webserver with livereload serving it (note: livereload browser extension is required to make it actually reload pages on edits automatically). - There's Dockerfile that can be used to build and run ClickHouse website inside docker.
- Deployment to https://clickhouse.yandex is managed by
release.sh
, but it is only usable from inside Yandex private network.