# jclouds-site **Repository Path**: mirrors_apache/jclouds-site ## Basic Information - **Project Name**: jclouds-site - **Description**: Apache jClouds Site - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache jclouds® This repository supports the GitHub Pages site for jclouds. See and read more at [https://www.jclouds.org](https://www.jclouds.org). To test the site locally you will need to create the site build image with: ```bash make image ``` Once you have the build image you can use the following command to build and test the site locally: ```bash make build ``` To deploy the site and make it live run: ```bash make publish ```