Deployment |
| Listings |
| There are 6 listings in this category. Add your listing here |
|
Deploying Application On Textdrive
Deploying your web application is very easy on TextDrive once you know what you are doing.
(Hits: 313 | Votes: 0 | Visited: 91 | Added: 2006-05-30 13:26:55)
|
|
rake, rake, rake your boat
On the latest Rails Podcast I spoke with Jim Weirich. Jim is a great person and a fantastic programmer. One of his contributions to the Ruby community is the rake build system.
You can use rake to automate all kinds of tasks. And of course, Rails takes advantage of it in a big way. Last summer I automated a few tasks by adding files to the ‘script’ directory. I thought I was being clever by doing a ‘require’ on ‘environment.rb’ and accessing my mode ...
(Hits: 315 | Votes: 0 | Visited: 95 | Added: 2006-05-22 13:12:36)
|
|
Using Capistrano with Perl (or PHP)
Theoretically, you can use the Switchtower Capistrano deployment system with Perl, PHP, or any other system. I haven’t seen a tutorial for doing it with non-Rails systems, so here is how I did it tonight...
(Hits: 315 | Votes: 0 | Visited: 85 | Added: 2006-05-22 13:13:24)
|
|
How To Set The Base URLs Of Your Rails Apps
The default rails Installation Instructions walks you though setting up a single Rails application that comprises your entire web site (in other words, the ApplicationRoot is the same as the web server’s DocumentRoot). Perhaps this is all you want.
Frequently, however, you will want a little more flexibility; perhaps you want to integrate your Rails application into an existing web site (with the \ApplicationRoot as a sub-directory of the webserver’s \DocumentRoot). Or may ...
(Hits: 315 | Votes: 0 | Visited: 81 | Added: 2006-05-30 13:25:56)
|
|
Shovel—Rails Deployment with Lighttpd
Shovel is a customized Capistrano deployment file to setup config files on TextDrive in order to make it easier to start running Rails with lighttpd. It could also be modified to work with other shared hosts who run lighttpd.
(Hits: 316 | Votes: 0 | Visited: 91 | Added: 2006-05-22 12:47:04)
|
|
How to Use Rsync To Deploy Your Application
You can use rsync with Rake to quickly deploy changes to your application on your remote host. For this you have to define a new Rake task in your Rakefile in the application directory:
(Hits: 317 | Votes: 0 | Visited: 86 | Added: 2006-05-30 13:27:47)
|