Sha256: a424105249cd637b4cdc17355003f8d9226cc811769d5409a566be8ad9963671

Contents?: true

Size: 762 Bytes

Versions: 5

Compression:

Stored size: 762 Bytes

Contents

== ey

AKA Ey Instance Tools

= Development

Requirements:

    bundler
    gnupg
    postgres and mysql servers

Then bundle everything up:

    bundle

Configure your system:

    cp spec/config-example.yml spec/config.yml

    edit the database users
    add amazon credentials to use for uploading test backups to S3

== Testing

To run the specs:

    bundle exec rake

To run a specifc spec:

    bundle exec spec -f spec/ey_backup/cli_spec.rb

Running the bin files are easy too: 

    bin/ey-recipes

== Releasing

    ey-gem release

Bump the cloud_cookbooks version in dracul/resin:

    cd ../dracul
    edit lib/dracul.rb and bump the versions in the ey resin config
    follow the instructions in the dracul readme from here to release a new dracul

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ey_cloud_server-1.4.34 README.rdoc
ey_cloud_server-1.4.33 README.rdoc
ey_cloud_server-1.4.32 README.rdoc
ey_cloud_server-1.4.31 README.rdoc
ey_cloud_server-1.4.29 README.rdoc