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: 

...