Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

62 lines (32 loc) · 1.18 KB

quali

Features

DevBox allows to deploy a topology as a sandbox with your code for testing, staging and production purposes. DevBox uses standard YAML files in OASIS TOSCA format to define the topology structure. DevBox uses Ansible for provisioning containers and virtual machines. Currently supported container provider(s): Docker

Prerequisites:

Python 2.7

$ pip install ansible

Installation

$ pip install git+git://github.com/qualisystems/devbox.git

Usage

Get list of available commands:

$ devbox

Get help on specific command:

$ devbox <COMMAND> --help

Troubleshooting and Help

For questions, bug reports or feature requests, please refer to the Issue Tracker. Also, make sure you check out our Issue Template.

Contributing

All your contributions are welcomed and encouraged. We've compiled detailed information about:

License

Apache License 2.0