All Projects → mina-deploy → Mina

mina-deploy / Mina

Licence: other
Blazing fast application deployment tool.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Mina

Capistrano
Remote multi-server automation tool
Stars: ✭ 12,035 (+186.82%)
Mutual labels:  ssh, deployment
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (-60.06%)
Mutual labels:  ssh, deployment
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-99.79%)
Mutual labels:  ssh, deployment
Deployr
A simple golang application to automate the deployment of software releases.
Stars: ✭ 282 (-93.28%)
Mutual labels:  ssh, deployment
Tomo
A friendly CLI for deploying Rails apps ✨
Stars: ✭ 260 (-93.8%)
Mutual labels:  ssh, deployment
mina-hanami
🌸 Mina plugin for Hanami
Stars: ✭ 13 (-99.69%)
Mutual labels:  deployment, mina
Rsync
In the process of being transitioned to a node.js action.
Stars: ✭ 53 (-98.74%)
Mutual labels:  ssh, deployment
kuzgun
simple, ssh based deployment tool
Stars: ✭ 16 (-99.62%)
Mutual labels:  ssh, deployment
Ssh Deploy
GitHub Action for deploying code via rsync over ssh
Stars: ✭ 272 (-93.52%)
Mutual labels:  ssh, deployment
Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (-91.9%)
Mutual labels:  ssh, deployment
Wsl Ssh Pageant
A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
Stars: ✭ 381 (-90.92%)
Mutual labels:  ssh
Python code samples network
A collection of Python Code Samples for Network Management. Includes samples to run on-box and off-box.
Stars: ✭ 384 (-90.85%)
Mutual labels:  ssh
Ansible Role Security
Ansible Role - Security
Stars: ✭ 398 (-90.51%)
Mutual labels:  ssh
Fabric Bolt
Fabric deployments via a web interface
Stars: ✭ 419 (-90.01%)
Mutual labels:  deployment
Bolt
Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be installed on your local workstation and connects directly to remote nodes with SSH or WinRM, so you are not required to install any agent software.
Stars: ✭ 380 (-90.94%)
Mutual labels:  ssh
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (-90.59%)
Mutual labels:  deployment
Bastille
Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.
Stars: ✭ 377 (-91.02%)
Mutual labels:  deployment
Aws Deployment Framework
The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
Stars: ✭ 374 (-91.09%)
Mutual labels:  deployment
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-91.11%)
Mutual labels:  deployment
Exodus
network proxy and tunnel (VPN)
Stars: ✭ 432 (-89.7%)
Mutual labels:  ssh

Mina

Gem Version

mina

Really fast deployer and server automation tool.

Warning

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

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 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 init

Mina requires ruby 2.0.0 or greater. For older versions of Ruby, please use 0.3.8 version.

Documentation

For quick start check out Getting started guide

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

For FAQ please visit the faq

If you are missing some plugins check the 3rd party plugins doc

For other documentation please visit the docs

License

Released under the MIT License.

Credits

Mina is maintained and sponsored by Infinum.

You can reach us on twitter Stef & Infinum.

© 2021 Infinum

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].