News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

devthatweb:
Automate the deployment of any PHP project using Capistrano
June 06, 2007 @ 13:14:00

On the devthatweb blog, there's a new post from Pat Nakajima with a recipe for deploying a PHP application with the help of Capistrano (the Ruby on Rails tools for deploying web applications).

Recently though, I was working on a PHP project, and I decided that the time had come to rewrite my Mint recipe to allow deployment of any PHP project, totally independent of Rails. I set to work, and I'm happy to share the result.

The example makes it a simple matter of using the command "cap deploy:php" to use the recipe and push out your PHP application.

0 comments voice your opinion now!
capistrano automate deploy automatic rubyonrails capistrano automate deploy automatic rubyonrails



Felix Geisendorfer's Blog:
Release early, Release often, A SVN/FTP Development Task
November 27, 2006 @ 16:22:09

Felix Geisendorfer has an interesting little solution posted to his blog today for those wanting to sync a Subversion repository over to a remote FTP folder without having to mess with external software (well, besides CakePHP, that is).

As the headline says, this time it's going to be my SVN/FTP Deployment Task written for the new Bake in CakePHP 1.2. It will not work with the Cake 1.1.x.x branch, and I currently do not have time to explain the procedure to work around this.

The key, in fact, is the new Bake that's included with this new version. When combined with the code it will push the contents of the directory out to the remote server. There's even some included code to make a pseudo-install to your remote server.

1 comment voice your opinion now!
svn ftp development push deploy release install svn ftp development push deploy release install


DevArticles:
Deploying your Site with PHPEclipse, continued
March 17, 2006 @ 07:16:15

DevArticles has conntinued their "Deploying your Site with PHPEclipse" series with this new tutorial - part two in the series, a continuation of the excerpt of the "PHPEclipse: A User Guide" from Packt.

Part two picks up right where the previous entry left off - working with the settings for Ant to configure the site's deployment. They show you how to create the classpath and a build file for your site before showing you how to run it and do some testing.

They also look at one of the other tools that Ant has to offer to make managing your site that much simpler - the Outline view in Eclipse. It lays out the publishing "schedule" in one easy place.

0 comments voice your opinion now!
php phpeclipse ant deploy site packt user guide php phpeclipse ant deploy site packt user guide


DevArticles:
Deploying your Site with phpEclipse
March 10, 2006 @ 07:13:10

With an excerpt from the Packt Publishing book "PHPEclipse: A User Guide" (Shu-Wai Chow), DevArticles has posted this first of a two part series looking at the use of phpEclipse to help with the deployment of your site.

Eclipse simplifies the process of deploying your site to a web server. You can even use Ant, traditionally thought of as a Java tool, to help you in the deployment.

Once again, Eclipse simplifies our work by including several tools that aid us in this process.

The key to deployment in Eclipse is the export function. Eclipse gives us many options in exporting our site. First, we will look at FTP, an old and common method of moving files.

They cover how to set up an FTP site inside the editor, making it a simple process to upload any chnages you've made instantly. They also discuss other methods like SFTP, WebDAV, and Ant support the client can adapt itself to. There are screenshots along the way to help you through each step, including some from other operating systems where the setup might be a bit different.

0 comments voice your opinion now!
php phpeclipse deploy site ftp sftp webdav ant php phpeclipse deploy site ftp sftp webdav ant



Community Events







Don't see your event here?
Let us know!


book releases zendframework security framework release example code ajax PEAR cakephp mysql package conference PHP5 application job database developer zend

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework