Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enxebre/apollo-core-plugin-marathon
https://github.com/enxebre/apollo-core-plugin-marathon
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enxebre/apollo-core-plugin-marathon
- Owner: enxebre
- License: mit
- Created: 2016-06-09T11:44:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T15:57:16.000Z (over 9 years ago)
- Last Synced: 2024-11-07T05:53:58.233Z (3 months ago)
- Language: Ruby
- Size: 271 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Marathon Apollo Plugin
======================
[![Join the chat at https://gitter.im/Capgemini/Apollo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Capgemini/Apollo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![wercker status](https://app.wercker.com/status/139e779b40ee1492b5a28f28a14dc21c/s/master "wercker status")](https://app.wercker.com/project/bykey/139e779b40ee1492b5a28f28a14dc21c)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)Apollo is a plugin based system.
## Running the tests
Requirements:
* [Ansible >= 1.9.0.1](http://www.ansible.com/home)
* [Ansible-lint](https://github.com/willthames/ansible-lint)
* [Serverspecs >= 2.17.0](serverspec.org)
* [Vagrant](https://www.vagrantup.com/) For applying the role and running the serverspecs.For running the quality checks and serverspecs just run:
```bash
# Spin up a vm from "capgemini/apollo" and provision it with ansible role
Vagrant up# Show all available tasks
rake -T --all# Run them all
rake
```For more info about how to develop and contribute Apollo Plugins see [Apollo Contributing guide.](https://github.com/Capgemini/Apollo/blob/master/CONTRIBUTING.md)