tree: dff6ef4d4b30146ac09f3a482e425b7c9ef045ce [path history] [tgz]
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. _sass/
  7. api/
  8. css/
  9. develop/
  10. fonts/
  11. help/
  12. img/
  13. js/
  14. news/
  15. security/
  16. specification/
  17. talks/
  18. .gitignore
  19. .htaccess
  20. _config.yml
  21. doap_orc.rdf
  22. favicon.ico
  23. Gemfile
  24. index.html
  25. README.md
site/README.md

Apache ORC docs site

This directory contains the code for the Apache ORC web site, orc.apache.org.

Setup

  1. cd site
  2. git clone https://gitbox.apache.org/repos/asf/orc.git -b asf-site target
  3. sudo gem install bundler
  4. sudo gem install github-pages jekyll
  5. 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