mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3809f39ddf
* CLICKHOUSE-4063: less manual html @ index.md * CLICKHOUSE-4063: recommend markdown="1" in README.md * CLICKHOUSE-4003: manually purge custom.css for now * CLICKHOUSE-4064: expand <details> before any print (including to pdf) * CLICKHOUSE-3927: rearrange interfaces/formats.md a bit * CLICKHOUSE-3306: add few http headers * Remove copy-paste introduced in #3392 * Hopefully better chinese fonts #3392 * get rid of tabs @ custom.css * Apply comments and patch from #3384 * Add jdbc.md to ToC and some translation, though it still looks badly incomplete * minor punctuation * Add some backlinks to official website from mirrors that just blindly take markdown sources * Do not make fonts extra light * find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {} * find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {} * Remove outdated stuff from roadmap.md * Not so light font on front page too * Refactor Chinese formats.md to match recent changes in other languages * Update some links on front page * Remove some outdated comment * Add twitter link to front page * More front page links tuning * Add Amsterdam meetup link * Smaller font to avoid second line * Add Amsterdam link to README.md * Proper docs nav translation * Back to 300 font-weight except Chinese * fix docs build * Update Amsterdam link * remove symlinks * more zh punctuation * apply lost comment by @zhang2014 * Apply comments by @zhang2014 from #3417 * Remove Beijing link * rm incorrect symlink * restore content of docs/zh/operations/table_engines/index.md * CLICKHOUSE-3751: stem terms while searching docs |
||
---|---|---|
.. | ||
deprecated | ||
images | ||
nginx | ||
404.html | ||
benchmark.html | ||
Dockerfile | ||
favicon.ico | ||
google419fbd824d7ff97d.html | ||
gulpfile.js | ||
index.css | ||
index.html | ||
jquery.js | ||
README.md | ||
release.sh | ||
robots.txt | ||
setup_gulp.sh | ||
sitemap_static.xml | ||
sitemap.xml | ||
tutorial.html | ||
yandex_fffaa30ee00426bb.html |
ClickHouse website quickstart:
On Linux, do the following:
sudo apt-get install nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install gulp-cli -g
sudo npm install gulp -D
- 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.