Readme.md in mina-1.0.0.rc2 vs Readme.md in mina-1.0.0

- old
+ new

@@ -3,28 +3,28 @@ [![Code Climate](https://codeclimate.com/github/mina-deploy/mina/badges/gpa.svg)](https://codeclimate.com/github/mina-deploy/mina) [![Test Coverage](https://codeclimate.com/github/mina-deploy/mina/badges/coverage.svg)](https://codeclimate.com/github/mina-deploy/mina/coverage) [![Build Status](https://semaphoreci.com/api/v1/d4be4st/mina/branches/master/shields_badge.svg)](https://semaphoreci.com/d4be4st/mina) [![Gem Version](https://badge.fury.io/rb/mina.svg)](https://badge.fury.io/rb/mina) +![mina](https://assets.infinum.co/attachments/ad98b5e667facece8bb0b790f3cafe5bcb2dc469/store/limit/1000/1000/291724d19624f688957cebb5a0549abb6ea07113bdac11026ad2d5a6d29f/Mina_Icon.png) + Really fast deployer and server automation tool. ## Warning -**This is a readme of the current master, version 1.0.0.betax. If you are using older mina (pre 0.3) please take a look at [0.3 readme](https://github.com/mina-deploy/mina/blob/v0.3.8/Readme.md)** +**This is a readme of the current master, version 1.0.0. If you are using older mina (pre 0.3) please take a look at [0.3 readme](https://github.com/mina-deploy/mina/blob/v0.3.8/Readme.md)** Mina works really fast because it's a deploy Bash script generator. It generates an entire procedure as a Bash script and runs it remotely in the server. -Compare this to the likes of [Vlad](https://github.com/seattlerb/vlad) or -[Capistrano](https://github.com/capistrano/capistrano), where each command -is run separately on their own SSH sessions. Mina only creates *one* SSH -session per deploy, minimizing the SSH connection overhead. +Compare this to the likes of [Capistrano](https://github.com/capistrano/capistrano), where it opens an SSH connection and runs each command in sequence +, Mina only creates a SSH session and sends *one* command. $ gem install mina - $ mina + $ mina init Documentation ---------------- For quick start check out [Getting starting guide](docs/getting_started.md) @@ -35,48 +35,18 @@ If you are missing some plugins check the [3rd party plugins doc](docs/3rd_party_plugins.md) For other documentation please visit the [docs](docs) -Acknowledgements +Licence ---------------- -© 2012-2015, Nadarei. -2015-2016, Infinum. Released under the [MIT License](https://www.opensource.org/licenses/mit-license.php). -Mina is authored [Rico Sta. Cruz][rsc] and [Michael Galero][mg] with help from its [contributors][c] and their startup, [Nadarei][nd]. -It is maintained by [Stjepan Hadjić][sh] and [Gabrijel Škoro][gs] and sponsored by [Infinum][inf]. +Credits +---------------- -Stjepan: +Mina is maintained and sponsored by [Infinum](https://infinum.co). -* [Github](https://github.com/d4be4st) (@d4be4st) -* [Twitter](https://twitter.com/_Beast_) (@_Beast_) +You can reach us on twitter [Stef](https://twitter.com/_Beast_) & [Infinum](https://twitter.com/infinumco) -Gabrijel: - -* [Github](https://github.com/gabskoro) (@gabskoro) -* [Twitter](https://twitter.com/gabskoro) (@gabskoro) - -Rico: - - * [My website](https://ricostacruz.com) (ricostacruz.com) - * [Github](https://github.com/rstacruz) (@rstacruz) - * [Twitter](https://twitter.com/rstacruz) (@rstacruz) - -Michael: - - * [My website][mg] (michaelgalero.com) - * [Github](https://github.com/mikong) (@mikong) - -Nadrei: - - * [Nadarei](https://nadarei.co) (nadarei.co) - * [Github](https://github.com/nadarei) (@nadarei) - -[rsc]: https://ricostacruz.com -[mg]: https://devblog.michaelgalero.com/ -[c]: https://github.com/mina-deploy/mina/graphs/contributors -[nd]: https://nadarei.co -[sh]: https://github.com/d4be4st -[gs]: https://github.com/gabskoro -[inf]: https://infinum.co +![](https://assets.infinum.co/assets/brand-logo-9e079bfa1875e17c8c1f71d1fee49cf0.svg) © 2016 Infinum.