# repos_asf_jclouds-site **Repository Path**: mirrors_community_gitbox_apache/repos_asf_jclouds-site ## Basic Information - **Project Name**: repos_asf_jclouds-site - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2026-07-26 ## 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 ```