Link to related 3rd party graph project
1 file changed
tree: 8ecbf2e1237fb527a9da08086bb18b570ab25cde
  1. 1.3/
  2. 1.4/
  3. 1.5/
  4. 1.6/
  5. 1.7/
  6. 1.8/
  7. _devtools/
  8. _includes/
  9. _layouts/
  10. _posts/
  11. _sass/
  12. contributor/
  13. css/
  14. downloads/
  15. example/
  16. fonts/
  17. governance/
  18. images/
  19. latest/
  20. pages/
  21. papers/
  22. .gitignore
  23. .travis.yml
  24. _config.yml
  25. doap_Accumulo.rdf
  26. favicon.ico
  27. favicon.png
  28. feed.xml
  29. Gemfile
  30. Gemfile.lock
  31. get_involved.md
  32. index.md
  33. mailing_list.md
  34. news.md
  35. papers.md
  36. people.md
  37. projects.md
  38. README.md
README.md

Apache Accumulo Website

Apache Accumulo uses Jekyll to build their website. It is recommended that you use Bundler to manage any dependencies of the build for you.

Install Bundler and dependencies

gem install bundler bundle install

Build the website

Jekyll lets you either build the static HTML files or create an embedded webserver to interact with the local version of the website.

bundle exec jekyll build

or

bundle exec jekyll serve -w

Update the production website

For Apache Accumulo committers, the asf-site branch needs to be updated with the generated HTML.

This can be done easily by invoking the post-commit hook (either by hand, or automatically via configuring Git to invoke the post-commit hook).

./_devtools/git-hooks/post-commit