Skip to content

zeus911/nova

 
 

Repository files navigation

Build Status Coverage license latest python Documentation Status Gitter

NOVA

The NOVA cli application is a thin wrapper around the Amazon Web Services API to make creating infrastructure via CloudFormation and deploying Dockerized applications via CodeDeploy, even easier and faster.

Getting Started

Requirements & Assumptions

Installing NOVA

Install or upgrade to the latest version of NOVA with pip:

pip install -U gilt-nova

Documentation

See Read The Docs

Common Issues

See Troubleshooting

Development

To begin developing the virtual environment needs to be activated:

pyenv virtualenv 3.5.1 nova
pyenv activate nova
pip install -r requirements.txt
python setup.py develop

Pre-Release

python setup.py sdist upload -r pypitest
pip install -U --pre -i https://testpypi.python.org/pypi gilt-nova

Releasing

One-time Install zest.releaser

pip install zest.releaser[recommended]

To release:

fullrelease

When you're finished:

deactivate

About

Collection of utilities to easily deploy services to AWS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.0%
  • Shell 18.0%