ClickHouse/website
2022-05-27 00:39:16 +02:00
..
benchmark Correct copy-paste 2022-05-24 22:21:02 +02:00
css Fix scroll in benchmark page 2022-05-22 21:35:00 +02:00
data
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
favicon.ico
google419fbd824d7ff97d.html
index.html
main.html
opensearch.xml
README.md Fix README 2022-05-24 22:21:40 +02:00
robots.txt
sitemap-index.xml
sitemap-static.xml Move codebrowser out of Yandex 2022-03-01 20:15:43 +01:00
yandex_75d07a6cd96f49df.html
yandex_fffaa30ee00426bb.html

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 --skip-multi-page --skip-blog --skip-docs --livereload 8080
cd ../docs/tools
sudo apt install python-3 pip
pip3 install -r requirements.txt

virtualenv build

./build.py --livereload 8080

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