Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.54 KB

Gunnery

Build Status

Gunnery is multipurpose task execution tool for distributed systems with an easy to use interface.

If your application is divided into multiple servers, you are probably connecting to them via ssh and executing over and over the same commands. Clearing caches, restarting services, backups, checking health. Wouldn't it be cool if you could do that from browser or smartphone? Gunnery is here for you!

Features

  • Supports capistrano, ant, phing, fabric, make, puppet, or any other tool
  • Supports multistaging environments, and server grouping
  • Usable for deployment, service control, backups
  • Commands are executed via SSH with key authorization
  • Clear, responsive interface

Screenshots

test test test

Installation

Step by step install instructions are described on wiki page.

Feedback

Please submit feedback, bugs, feature requests here.

Contribute

Vagrant configuration is available for easy development, included Puppet rules will build complete environment. Read more