Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 2.85 KB

README.rst

File metadata and controls

87 lines (60 loc) · 2.85 KB

Cumulus Deployment Suite

Cumulus

Latest Version Downloads License

Cumulus Bundle Handler

Latest Version Downloads License

Cumulus is a deployment suite used to deploy and manage environments built with AWS CloudFormation. Cumulus will help you bundle your code and configuration and unpack the bundle to new instances on CloudFormation.

Documentation

The Cumulus documentation is hosted at http://cumulus-ds.readthedocs.org/.

Installation

Cumulus consists of two parts, cumulus which is used to manage the software bundling and deployment and the cumulus-bundle-handler which handles the software installation on the target servers.

Installing cumulus

Install Cumulus via PyPI:

pip install cumulus

cumulus will now be available as a global command.

Installing cumulus-bundle-handler

Install Cumulus Bundle Handler via PyPI:

pip install cumulus-bundle-handler

cumulus-bundle-handler will now be available as a global command.

Attribution

This project is written and maintained by Sebastian Dahlgren (GitHub | Twitter | LinkedIn).

Cumulus development is supported by Skymill Solutions.

License

APACHE LICENSE 2.0 Copyright 2013-2014 Skymill Solutions

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.