From a58ae905e73a131474c8947bfb623356e80b854f Mon Sep 17 00:00:00 2001 From: Hannes Van De Vreken Date: Wed, 5 Nov 2014 17:16:36 +0100 Subject: [PATCH] Language --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9311b1611..4712957c5 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ The MIT License (MIT). Please see [License File](https://github.com/rocketeers/r - [HipChat](https://github.com/hannesvdvreken/rocketeer-hipchat) - [Wordpress](https://github.com/mykebates/wp-rocketeer) -## Why not Capistrano ? +## Why not Capistrano? -That's a question that's been asked to me, why not simply use Capistrano ? I've used Capistrano in the past, it does everything you want it to do, that's a given. +That's a question that's been asked to me, why not simply use Capistrano? I've used Capistrano in the past, it does everything you want it to do, that's a given. But, it remains a Ruby package and one that's tightly coupled to Rails in some ways; Rocketeer makes it so that you don't have Ruby files hanging around your app. That way you configure it once and can use it wherever you want in the realm of your application, even outside of the deploy routine. -It's also meant to be a lot easier to comprehend, for first-time users or novices, Capistrano is a lot to take at once – Rocketeer aims to be as simple as possible by providing smart defaults and speeding up the time between installing it and first hitting `deploy`. +It's also meant to be a lot easier to comprehend, for first-time users or novices, Capistrano is a lot to take in at once – Rocketeer aims to be as simple as possible by providing smart defaults and speeding up the time between installing it and first hitting `deploy`. It's also more thought out for the PHP world – although you can configure Capistrano to run Composer and PHPUnit, that's not something it expects from the get go, while those tasks that are a part of every PHP developer are integrated in Rocketeer's core deploy process.