Sha256: 0f3863dc257a14569ef98490477bc0a5bb499e569f0c06187f25de307e7f83de
Contents?: true
Size: 903 Bytes
Versions: 5
Compression:
Stored size: 903 Bytes
Contents
Heirloom ======== Heirloom packages and distributes files to cloud storage services for deployment. Heirloom tracks metadata about those deployments, both about the file locations, as well as arbitrary metadata which can be set by an engineer or build process. Installation ------------ First things first, install heirloom: ``` gem install heirloom ``` To get started copy the sample below into ~/.heirloom.yml and update the specified fields. ``` aws: access_key: UPDATE_ME secret_key: UPDATE_ME ``` * **access_key / secret_key**: AWS account credentials where you would like the archives stored. Platforms --------- Currently I support AWS S3 for object storage and AWS SimpleDB for metadata management. One day I'd like to expand to other providers. Documentation ------------- For more information, please view the [Heirloom Wiki](https://github.com/live-community/heirloom/wiki).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
heirloom-0.5.0rc3 | README.md |
heirloom-0.5.0rc2 | README.md |
heirloom-0.5.0rc1 | README.md |
heirloom-0.4.1rc1 | README.md |
heirloom-0.4.0 | README.md |