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
- Host: GitHub
- URL: https://github.com/fog/fog-sakuracloud
- Owner: fog
- License: mit
- Created: 2014-08-30T08:00:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T14:37:48.000Z (over 3 years ago)
- Last Synced: 2025-06-07T17:10:25.420Z (about 1 year ago)
- Language: Ruby
- Size: 114 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fog::Sakuracloud
[](http://badge.fury.io/rb/fog-sakuracloud)
[](https://travis-ci.org/fog/fog-sakuracloud)
[](http://waffle.io/fog/fog-sakuracloud)
[](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