Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #371

Merged
merged 1 commit into from
Feb 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ 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
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.

Expand Down Expand Up @@ -55,14 +56,14 @@ change it's ownership to the correct user.

### Step 3: Run 'mina setup'

Back at your computer, do `mina setup` to set up the [folder
structure](#directory_structure) in this path. This will connect to your server
Back at your computer, do `mina setup` to set up the [folder structure](#directory-structure) in this path.
This will connect to your server
via SSH and create the right directories.

$ mina setup
-----> Creating folders... done.

See [directory structure](#directory_structure) for more info.
See [directory structure](#directory-structure) for more info.

### Step 4: Deploy!

Expand Down