Skip to main content

Website

This website is part of the project, and is hosted using GitHub pages. Committing content to the gh-pages branch of this project will be reflected at https://eclipse-ee4j.github.io/javamail/.

You can also build and preview this site locally, by following these instructions:

Pre-requisites:

  • Ruby 2.1.0 or greater (check with ruby --version)

Instructions:

  • Clone the project and checkout the gh-pages branch: git clone -b gh-pages https://github.com/eclipse-ee4j/javamail.git

  • Install the bundler gem: gem install bundler

  • Install Jekyll and other dependencies: bundle install

  • Run the Jekyll site locally: bundle exec jekyll serve

Back to the top