https://github.com/apache/jclouds-site
Apache jClouds Site
https://github.com/apache/jclouds-site
cloud java jclouds library
Last synced: 11 months ago
JSON representation
Apache jClouds Site
- Host: GitHub
- URL: https://github.com/apache/jclouds-site
- Owner: apache
- Created: 2019-01-06T06:37:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T04:59:24.000Z (over 1 year ago)
- Last Synced: 2025-01-30T05:26:22.500Z (over 1 year ago)
- Topics: cloud, java, jclouds, library
- Language: HTML
- Size: 8.06 MB
- Stars: 2
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/00-gsoc2014.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
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
```