This directory contains the code for the Apache ORC web site, orc.apache.org.
cd site
git clone https://git-wip-us.apache.org/repos/asf/orc.git -b asf-site target
sudo gem install bundler
sudo gem install github-pages jekyll
bundle install
You can preview your contributions before opening a pull request by running from within the directory:
bundle exec jekyll serve
cd site/target
git status
- You'll need to
git add
any new files git commit -a
git push origin asf-site