Mirror of Apache livy (Incubating)

Clone this repo:
  1. 51c2ed7 Merge pull request #38 from gyogal/LIVY-1057 by JB Onofré · 8 days ago master
  2. 5cb53b5 [LIVY-1057] Update release docs to match TLP guidelines by Gyorgy Gal · 8 days ago
  3. 8cbf59a Update History page after project graduation by Gyorgy Gal · 8 days ago
  4. 51b48e3 [LIVY-1049] Remove the '-incubating' designator by Gabor Roczei · 4 weeks ago
  5. 1fc17f7 Prefer to use downloads.apache.org base by JB Onofré · 9 weeks ago

Apache Livy Website

The Apache Livy website was forked from the Apache Website Template.

This website is generated using Jekyll.

How to deploy the web site

Installing Jekyll and website dependencies

The steps below will install the latest Jekyll version and any dependencies required to get this website built.

1. sudo gem install jekyll bundler
2. cd site
3. sudo bundle install

For more information, see Installing Jekyll.

Running locally

Before opening a pull request, you can preview your contributions by running from within the directory:

1. cd site
2. bundle exec jekyll serve --watch
3. Open http://localhost:4000

Publishing to live site

Livy is using gitpubsub for publishing the website, and the live website content is stored in the asf-site git branch.

To publish new contents to the website, commit your changes to master, and use the ‘publish.sh’ shell script.

This assumes an upstream name of apache and committer privileges.

1. Make your changes
2. git commit -a -m "My updates"
3. git push
4. ./publish.sh
5. git push apache asf-site

Within a few minutes, gitpubsub should kick in and you'll be able to see the results at livy.apache.org.

Adding contributors

To add a contributor to the project, or to modify existing contributors, edit site/_data/contributors.yml. The project members list will re-generate.