This repository supports the GitHub Pages site for jclouds. See and read more at http://www.jclouds.org.
To test the site locally:
jekyll _1.5.1_ serve --safe
To deploy the site:
- Ensure you have jekyll 1.5.1 installed
- If necessary, clone this repository
- Run
sh ./deploy-site.sh [$uid] [$pwd]
from the repository root. Here,$uid
is your ASF account ID and$pwd
your ASF password. If you do not supply your account ID or password, you will be prompted for them