Mirror of Apache Toree website (Incubating)

Clone this repo:
  1. fb7f44d Update project description to mention scala kernel by Luciano Resende · 3 years, 8 months ago master
  2. d9ddde8 Update website styles by Luciano Resende · 3 years, 8 months ago
  3. f7b010b Include Apache license header to markdown files by Luciano Resende · 3 years, 8 months ago
  4. 5c17c5f Update download pages with release 0.4.0-incubating by Luciano Resende · 3 years, 9 months ago
  5. 7b4cba6 Add Ryan Blue to list of PMC by Luciano Resende · 3 years, 9 months ago

Apache Toree Website

This project is used to generate the Apache Toree website and is based on the Apache Website Template

This template was generated using Jekyll 2.4.0.

To use it, copy the site directory into your project. You must also include licensing information from the LICENSE and NOTICE files in your own project.

How to deploy your project's web site

Setup

1. cd site
2. svn co https://svn.apache.org/repos/asf/incubator/toree/site target
3. Jekyll requires ruby, more details on https://jekyllrb.com/docs/installation
4. gem install --user-install bundler github-pages jekyll
5. add local .gem directory to path
5.1 echo 'export PATH="$HOME/.gem/ruby/X.X.0/bin:$PATH"' >> ~/.bash_profile
6. bundle install

Add javadoc

If your project supports javadoc, you can copy the generated javadoc into svn each time you need to re-generate.

1. cd ..
2. mvn -DskipTests site
3. mv target/site/apidocs site/target

Running locally

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

1. bundle exec jekyll serve --watch
2. Open [http://localhost:4000](http://localhost:4000)

Pushing to site

1. cd site/target
2. svn status
3. You'll need to `svn add` any new files
4. svn ci

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

Adding contributors

To add a contributor to the project, or to modify existing contributors, edit site/_data/contributors.yml. The [project members]([http://localhost:4000/community.html#project-members] list will re-generate.