You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/11 17:36:38 UTC

[Jclouds Wiki] Update of "How to Deploy Documentation" by EverettToews

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.

The "How to Deploy Documentation" page has been changed by EverettToews:
https://wiki.apache.org/jclouds/How%20to%20Deploy%20Documentation

New page:
To deploy the documentation (i.e. the website jclouds.apache.org) you need jekyll, git, subversion, and the source.

 1. [[http://jekyllrb.com/docs/installation/|Install Jekyll]]
 1. [[http://subversion.apache.org/packages.html|Install Subversion Client]]
 1. [[http://git-scm.com/downloads|Install Git]]
{{{
git clone https://git-wip-us.apache.org/repos/asf/jclouds-site.git
cd jclouds-site
./deploy-site.sh <ASF_USERNAME> <ASF_PASSWORD>
}}}