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

https://github.com/fog/fog-sakuracloud

Module for the 'fog' gem to support Sakura no Cloud
https://github.com/fog/fog-sakuracloud

Last synced: 12 months ago
JSON representation

Module for the 'fog' gem to support Sakura no Cloud

Awesome Lists containing this project

README

          

# Fog::Sakuracloud

[![Gem Version](https://badge.fury.io/rb/fog-sakuracloud.svg)](http://badge.fury.io/rb/fog-sakuracloud)
[![Build Status](https://travis-ci.org/fog/fog-sakuracloud.svg?branch=master)](https://travis-ci.org/fog/fog-sakuracloud)
[![Stories in Ready](https://badge.waffle.io/fog/fog-sakuracloud.svg?label=ready&title=Ready)](http://waffle.io/fog/fog-sakuracloud)
[![Stories in Progress](https://badge.waffle.io/fog/fog-sakuracloud.svg?label=In%20Progress&title=In%20Progress')](http://waffle.io/fog/fog-sakuracloud)

This gem is a module for the fog gem that allows you to manage resources in the Sakura no Cloud.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'fog-sakuracloud'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-sakuracloud

## Usage

See [Getting started](https://github.com/higanworks/fog-sakuracloud/wiki/Getting-started-for-SakuraCloud)

## Contributing

1. Fork it ( https://github.com/fog/fog-sakuracloud/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request