mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.35k stars 491 forks source link

How Mina work? #546

Closed 1c7 closed 6 years ago

1c7 commented 7 years ago

Hi, Can anyone explain how Mina work generally? (on big picture level? and maybe dive into some detail?)

it's easier for other people to continue to maintain this project.

Thank you very much!

kuboon commented 7 years ago

how mina use ssh?

mina uses local ssh command. see https://github.com/mina-deploy/mina/blob/master/lib/mina/backend/remote.rb

who created this?

see https://github.com/mina-deploy/mina#credits

kuboon commented 7 years ago

not everyone want go though commit history and do research to find out all these question

You can do research to save others ;)

1c7 commented 7 years ago

@kuboon Thank you very much!

d4be4st commented 6 years ago

Can you take a look at https://github.com/mina-deploy/mina/blob/master/docs/how_mina_works.md and see if that is what you needed?

1c7 commented 6 years ago

@d4be4st Thanks!