Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OODT website is driven using the Jekyll blogging framework. You can find Jekyll installation instructions here.

Alert
titleJekyll Install
typeInfo

On a Mac, you may need to

brew install ruby
gem install jekyll

You may then need

jekyll-less
rubyracer 

You can install them both with gem install.

 

To start the Jekyll hosted website checkout the OODT source code from https://git-wip-us.apache.org/repos/asf/oodt.git and then switch to the site-dev branch. This is the branch that contains all of the website source files and some configuration options that Jenkins understands. In this directory run: 

...

Add the latest release to the top in the same format and rebuild the site and it should add the latest details to the download page.

Building the OODT site docs

You will need to:

  1. git checkout master
  2. mvn site:stage
  3. Copy the contents of target/staging/ to the asf-site branch in Apache OODT github

Publishing the changes

To publish the changes first we need to build the website:

...