Changes for page Automating Application Deployment with Capistrano (Overview)
Last modified by Ralf Schuchardt on 2020/11/17 19:23
From version 12.1
edited by tcripps
on 2008/11/24 21:38
on 2008/11/24 21:38
Change comment:
Just removed extra quote char after variable name
To version 13.1
edited by Pascal Robert
on 2009/03/05 20:38
on 2009/03/05 20:38
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. tcripps1 +XWiki.probert - Content
-
... ... @@ -1,3 +1,9 @@ 1 +{{warning}} 2 +[http://www.capify.org/2009/02/25/farewell/] 3 + 4 +Capistrano has been a fantastically fun and varied project to work on, and it's taught me a lot. However, it's time for me to say goodbye, and move on. You can read the full announcement on Jamis' blog, but the gist of it is that I'm no longer going to be updating or maintaining Capistrano (or related libraries). Thanks to everyone who offered their support and encouragement over the last couple of years. It's been great! 5 +{{/warning}} 6 + 1 1 Capistrano is a deployment system written on Ruby. Actually you don't have to know ruby if you want to use Capistrano - you'll still be able to implement your basic tasks. But if you want to gain real power and control on your deployment scenarios, some knowledge or ruby will greatly help. 2 2 3 3 = How to install Capistrano = ... ... @@ -147,7 +147,7 @@ 147 147 148 148 == Cleanup == 149 149 150 -Let's ri ght a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this:156 +Let's write a cleanup task in order not to leave tar.gz archives both on our local machine and on remote servers. The task can look like this: 151 151 152 152 {{code}} 153 153