| commit | 6cbc417a15e275b25cc4faa563c2850947b23853 | [log] [tgz] | 
|---|---|---|
| author | Clebert Suconic <clebertsuconic@apache.org> | Fri Jan 10 13:14:10 2020 -0500 | 
| committer | Clebert Suconic <clebertsuconic@apache.org> | Fri Jan 10 13:14:10 2020 -0500 | 
| tree | 04787f33b2bb1b3b97617c6aaea7a6c26e567879 | |
| parent | bb75f21e334cbe264fae0c05722263528f391d98 [diff] | 
Update commit report after closing a few JIRAs
This is the repository for the Apache ActiveMQ website, hosted at activemq.apache.org.
Do not change anything under ./content directly. This website is using Jekyll, and the ./src will generate the ./content output. Please read it through this README before you contribute!
The master branch of this repo contains the source files that are used to generate the HTML that ultimately gets pushed to the site, along with a copy of the generated site output located within the content directory, which is published to the live server using gitpubsub whenever changes are pushed to it.
See the Contributing section below for more.
Before building the site you will need to install Jekyll. The Jekyll site has installation instructions to help get you started.
To build the site from the src directory and store the output in the content directory, run the build script:
./build.sh
Alternatively, you can build and serve the site locally using Jekyll to test changes you have made or are making:
./serve.sh
Note that these helper scripts perform incremental builds. If for some reason you need to clear the metadata/cache used to support the build process, you can run:
rm -rf src/.jekyll-metadata .sass-cache/
If you would like to make a change to the ActiveMQ site:
masterIf you are a committer, do the following:
master branch with your (or a Pull Request's) changes.build.sh and ensure that all updates made are reflected in the content directory, commit any that are not.