Sha256: 05fa8dfceff3d66a4b24e8ce7824ef8b3a2c43a04ac94184be20564c59777f3a

Contents?: true

Size: 946 Bytes

Versions: 3

Compression:

Stored size: 946 Bytes

Contents

dandelion
=========

Install
-------
Ensure that Ruby and RubyGems are installed, then run:

    $ gem install dandelion
    
Alternatively, you can build the gem yourself:

    $ git clone git://github.com/scottbnel/dandelion.git
    $ cd dandelion
    $ rake install
    
Usage
-----
Deployment options are specified in a YAML file.  By default, Dandelion looks for
one named `dandelion.yml`, however, this can be overridden by passing a path as an
argument.

    scheme: sftp
    host: example.com
    username: user
    password: pass
    path: path/to/deployment
    
    exclude:
      - .gitignore
      - dandelion.yml
      
To deploy the HEAD revision, ensure you are in the root of the repository and run:

    $ dandelion
    
If the repository has previously been deployed then only the files that have
changed since the last deployment will be transferred.  All files (except those
excluded) will be transferred on first deployment.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dandelion-0.1.4 README.md
dandelion-0.1.3 README.md
dandelion-0.1.2 README.md