Revision 5ce1ea3b
Added by Ondřej Pražák about 8 years ago
README.md | ||
---|---|---|
1 | 1 |
#abcde# |
2 | 2 |
|
3 |
This project aims to automate content view promotions to environments based on Jenkins builds, among other things. This plugin is currently under development.
|
|
3 |
This project should provide support for Jenkins builds triggered from within Foreman. This plugin is currently under development.
|
|
4 | 4 |
|
5 | 5 |
##Installation## |
6 | 6 |
|
... | ... | |
13 | 13 |
then |
14 | 14 |
``` |
15 | 15 |
rake db:migrate |
16 |
bundle install |
|
16 | 17 |
``` |
17 | 18 |
|
18 | 19 |
##Dependencies## |
19 | 20 |
|
20 | 21 |
* [Katello](https://github.com/Katello/katello) |
21 | 22 |
* [Foreman](https://github.com/theforeman/foreman) |
22 |
* [Bastion](https://github.com/Katello/bastion) |
|
23 |
* [Staypuft](https://github.com/theforeman/staypuft) |
|
23 |
* [Bastion](https://github.com/Katello/bastion), 0.1.13 |
|
24 |
* [Staypuft](https://github.com/theforeman/staypuft), this dependency will be probably removed in the future as soon as 2 dyflow action clases are moved into foreman-tasks |
|
25 |
* [Jenkins API client](https://github.com/arangamani/jenkins_api_client), 0.14.1 |
|
24 | 26 |
|
27 |
##Usage## |
|
28 |
|
|
29 |
See [wiki](https://github.com/xprazak2/abcde/wiki/Implemented-Features). |
Also available in: Unified diff
doc edit