| commit | 7ced93f2590aab9b898350eaf3f80195447a2884 | [log] [tgz] |
|---|---|---|
| author | Michael Shuler <michael@pbandjelly.org> | Mon Feb 17 14:23:22 2020 -0600 |
| committer | Michael Shuler <michael@pbandjelly.org> | Mon Feb 17 14:23:22 2020 -0600 |
| tree | 183404ed8f78aac436184f8b5b91e1214cfdb892 | |
| parent | f4cb2e260ead4a54bb7f23624fa4412ffd9c6ac1 [diff] |
Rebuild site content
Building the Apache Cassandra website takes a number of steps. To make things easier we have provided a Docker container which can build the full website in two simple commands and have it ready to commit via git. If you are interested in the process head over to the README in src directory.
To build and run the Docker container you will need Docker version 2.0.0.0 or greater. If you need a copy of the site code you will need git as well.
If you need a copy of the site code run this command:
$ git clone https://github.com/apache/cassandra-website.git $ cd ./cassandra-website
To build the website run the following commands from within the ./cassandra-website directory (assuming you used the above clone command):
$ docker-compose build cassandra-website $ docker-compose run cassandra-website
Go make yourself a cup of coffee, this will take a while...
Once building has completed, the site content will be in the ./cassandra-website/content directory ready to be committed.
If you want to preview the site as you are editing it run this command:
$ docker-compose build cassandra-website $ docker-compose up cassandra-website-serve
For information about the site layout see the Layout section of README in the src directory.