blob: 6475d555deecc9f146691dcc5284afc0137d9fe3 [file] [log] [blame] [view]
# Apache Metron docs site
This directory contains the code for the Apache Metron web site,
[metron.apache.org](https://metron.apache.org/).
## Setup
1. `cd site`
2. `git clone https://git-wip-us.apache.org/repos/asf/metron.git -b asf-site target`
3. `sudo gem install bundler`
4. `sudo gem install github-pages jekyll`
4. `bundle install`
## Running locally
You can preview your contributions before opening a pull request by running from within the directory:
1. `bundle exec jekyll serve`
## Pushing to site
1. `cd site/target`
2. `git status`
3. You'll need to `git add` any new files
4. `git commit -a`
5. `git push origin asf-site`