ClickHouse/website
Alexey Milovidov e2684447b4
Merge pull request #38437 from ClickHouse/compatible-benchmark
Compatible and reproducible DBMS benchmark
2022-07-12 21:15:53 +03:00
..
benchmark Merge pull request #38437 from ClickHouse/compatible-benchmark 2022-07-12 21:15:53 +03:00
css Fix scroll in benchmark page 2022-05-22 21:35:00 +02:00
data Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
images [ImgBot] Optimize images (#34590) 2022-02-21 12:15:08 +03:00
js Fixed GA not reporting events. 2022-04-04 14:29:37 -04:00
src Crb restructure css (#35033) 2022-03-09 21:34:30 +03:00
templates Crb restructure css (#35033) 2022-03-09 21:34:30 +03:00
404.html Custom mkdocs theme (#9874) 2020-03-30 11:25:29 +03:00
favicon.ico CLICKHOUSE-2724: website refactoring (#668) 2017-04-10 17:24:53 +03:00
google419fbd824d7ff97d.html CLICKHOUSE-2724: website refactoring (#668) 2017-04-10 17:24:53 +03:00
index.html Update base with banner block. Add banner HTML. Update index,company,careers with block for banner (#31647) 2021-11-23 13:21:31 +03:00
main.html style and content fixes 2021-09-20 09:52:51 +03:00
opensearch.xml .tech -> .com 2021-09-22 03:22:57 +03:00
README.md Update README.md 2022-06-13 07:21:04 +03:00
robots.txt Update robots.txt 2021-09-21 17:07:19 +03:00
sitemap-index.xml Update sitemap-index.xml 2021-09-21 17:07:59 +03:00
sitemap-static.xml Move codebrowser out of Yandex 2022-03-01 20:15:43 +01:00
yandex_75d07a6cd96f49df.html Create yandex_75d07a6cd96f49df.html 2020-03-13 13:12:35 +03:00
yandex_fffaa30ee00426bb.html CLICKHOUSE-2720: progress on website (#865) 2017-06-13 07:15:47 +03:00

ClickHouse website is built alongside it's documentation via docs/tools, see README.md there.

How to quickly test the main page of the website

# If you have old OS distribution,
# Run this from repository root:

docker run -it --rm --network host --volume $(pwd):/workspace ubuntu:20.04 /bin/bash
cd workspace/docs/tools
apt update
apt install sudo python pip git
pip3 install -r requirements.txt
git config --global --add safe.directory /workspace
./build.py --livereload 8080
cd ../docs/tools
sudo apt install python3 pip
pip3 install -r requirements.txt

virtualenv build

./build.py --livereload 8080

# Open the web browser and go to http://localhost:8080/