dhlebin / mina

Really fast deployer and server automation tool.

Home Page:http://mina-deploy.github.io/mina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mina

Code Climate Test Coverage Build Status Gem Version

Really fast deployer and server automation tool.

Warning

This is a readme of the current master, version 1.0.0.beta1. If you are using older mina (pre 0.3) please take a look at 0.3 readme

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 or 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.

$ gem install mina
$ mina

Documentation

For quick start check out Getting starting guide

For migrating your current 0.3.x deploy scripts, please look at the migrating guide

For FAQ please visit the faq

For other documentation please visit the docs

Acknowledgements

© 2012-2015, Nadarei.
2015-2016, Infinum.
Released under the MIT License.

Mina is authored Rico Sta. Cruz and Michael Galero with help from its contributors and their startup, Nadarei.
It is maintained by Stjepan Hadjić and Gabrijel Škoro and sponsored by Infinum.

Stjepan:

Gabrijel:

Rico:

Michael:

Nadrei:

About

Really fast deployer and server automation tool.

http://mina-deploy.github.io/mina

License:Other


Languages

Language:Ruby 92.2%Language:HTML 7.8%