tree: 4da9f0b2c56277f01f84d9f11e4782c03ba0de22 [path history] [tgz]
  1. _includes/
  2. _layouts/
  3. _plugins/
  4. assets/
  5. docs/
  6. 404.html
  7. _config.yml
  8. atom.xml
  9. community.md
  10. doap.rdf
  11. download.md
  12. Gemfile
  13. Gemfile.lock
  14. index.md
  15. Rakefile
  16. README.md
  17. robot.txt
  18. rss.xml
  19. screenshots.md
  20. sitemap.txt
docs/README.md

Zeppelin project website

Welcome to the Zeppelin documentation!

This readme will walk you through building the Zeppelin documentation, which is included here with the Zeppelin source code.

Build website

See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll

tl;dr version:

ruby --version >= 1.9.3
gem install bundler
bundle install

On OS X 10.9 you may need to do “xcode-select --install”

Run website

bundle exec jekyll serve --watch

Deploy to ASF svnpubsub infra (commiters only)

  1. generate static website in ./_site

    bundle exec jekyll build --safe
    
  2. checkout ASF repo

    svn co https://svn.apache.org/repos/asf/incubator/zeppelin asf-zepplelin
    
  3. copy zeppelin/_site to asf-zepplelin/site

  4. svn commit

Adding a new page

rake page name="new-page.md"