Sha256: e8c98b206ed92da3c25b2601da04a26b2ee7e7261da1f4a8ee8e9b920f24ef3c

Contents?: true

Size: 1.18 KB

Versions: 12

Compression:

Stored size: 1.18 KB

Contents

# Brightbox Cloud module for fog (The Ruby cloud services library)

This gem is a modular for the `fog` gem that allows you to manage resources in
the Brightbox Cloud.

It is included by the main `fog` metagem but can used as an independent library
in other applications.

This includes support for the following services:

* Compute
  * Images
  * Load Balancers
  * SQL Cloud instances

Currently all services are grouped within `compute` but will be moved to their
own sections when standardisation of fog progresses.

## Installation

Add this line to your application's Gemfile:

    gem "fog-brightbox"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fog-brightbox

## Usage

Please see the following references for instructions using the main `fog` gem
and its modules:

* https://github.com/fog/fog
* http://fog.io/
* http://rubydoc.info/gems/fog/

## Contributing

`fog` modules are kept within the main repo.

1. Fork it ( http://github.com/fog/fog/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 new Pull Request

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
fog-brightbox-0.5.1 README.md
fog-brightbox-0.5.0 README.md
fog-brightbox-0.4.1 README.md
fog-brightbox-0.4.0 README.md
fog-brightbox-0.3.0 README.md
fog-brightbox-0.2.0 README.md
fog-brightbox-0.1.1 README.md
fog-brightbox-0.1.0 README.md
fog-brightbox-0.1.0.dev2 README.md
fog-brightbox-0.1.0.dev1 README.md
fog-brightbox-0.0.2 README.md
fog-1.21.0 providers/brightbox/README.md