Adds more JIRA issues fixed and mentions contributors
1 file changed
tree: 1f039214409b97d58f6fe46ba653515f800f2b69
  1. _includes/
  2. _layouts/
  3. _posts/
  4. blog/
  5. community/
  6. css/
  7. fonts/
  8. guides/
  9. img/
  10. js/
  11. less/
  12. news/
  13. reference/
  14. releasenotes/
  15. start/
  16. .gitignore
  17. _config.yml
  18. CNAME
  19. CONTRIBUTING.md
  20. deploy-javadoc.sh
  21. deploy-site.sh
  22. doap_jclouds.rdf
  23. favicon.ico
  24. index.md
  25. latest_snapshot.txt
  26. latest_version.txt
  27. README.md
README.md

Apache jclouds®

This repository supports the GitHub Pages site for jclouds. See and read more at http://www.jclouds.org.

To test the site locally:

jekyll _1.5.1_ serve --safe

To deploy the site:

  • Ensure you have jekyll 1.5.1 installed
  • If necessary, clone this repository
  • Run sh ./deploy-site.sh [$uid] [$pwd] from the repository root. Here, $uid is your ASF account ID and $pwd your ASF password. If you do not supply your account ID or password, you will be prompted for them