mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
.. | ||
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:
- If npm is not installed:
apt-get install npm
for Debian/Ubuntu,brew install npm
for Mac OS or download and install manually https://nodejs.org/en/download/ - Run setup_gulp.sh once to install prerequisites via npm
- Use
gulp build
to minify website to "public" folder or justgulp
to run local webserver with livereload serving it