mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Update README
This commit is contained in:
parent
47b0d05c71
commit
bee4112538
@ -1,28 +1 @@
|
|||||||
ClickHouse website is built alongside it's documentation via [docs/tools](https://github.com/ClickHouse/ClickHouse/tree/master/docs/tools), see [README.md there](https://github.com/ClickHouse/ClickHouse/tree/master/docs/tools/README.md).
|
# This is not a website
|
||||||
|
|
||||||
# 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/
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user