ClickHouse/website
2022-08-08 01:06:47 +02:00
..
data Publish list-versions.tsv on the website 2020-11-28 09:20:06 +03:00
images Remove old code 2022-08-07 01:11:57 +02:00
favicon.ico CLICKHOUSE-2724: website refactoring (#668) 2017-04-10 17:24:53 +03:00
README.md Update README.md 2022-06-13 07:21:04 +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/