An open API service indexing awesome lists of open source software.

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

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
```