UNPKG

863 BMarkdownView Raw
1# @cumulus/deployment
2
3[![Build Status](https://travis-ci.org/nasa/cumulus.svg?branch=master)](https://travis-ci.org/nasa/cumulus)
4
5@cumulus/deployment includes cloudformation templates needed for a successful deployment of a Cumulus Instance. The templates can be used with [kes](https://github.com/developmentseed/kes), a node CLI helper for AWS CloudFormation.
6
7## What is Cumulus?
8
9Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
10
11[Cumulus Documentation](https://nasa.github.io/cumulus)
12
13## Usage
14
15See the [Cumulus deployment documentation](https://nasa.github.io/cumulus/docs/deployment/deployment-readme) for a detailed overview of how to deploy Cumulus.
16
17## Contributing
18
19See [Cumulus README](https://github.com/nasa/cumulus/blob/master/README.md#installing-and-deploying)