auto deployment in drupal

View: New views
3 Messages — Rating Filter:   Alert me  

auto deployment in drupal

by vishnu vardhan-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all ,
I am newbie in drupal.I have started to learn how to code in drupal. I have configured my eclipse with drupal but everytime i make a change in my workspace i have to copy the entire thing in xampp\htdocs folder is there any way to directly deploy it with eclipse.
Help me
Vishnu

Re: auto deployment in drupal

by Michael Favia-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/05/2009 06:59 AM, vishnu vardhan wrote:
> I am newbie in drupal.I have started to learn how to code in drupal. I
> have configured my eclipse with drupal but everytime i make a change
> in my workspace i have to copy the entire thing in xampp\htdocs folder
> is there any way to directly deploy it with eclipse.
If your eclipse workspace and the htdocs folder are on the same machine
then you can just remap the home of the webserver to your workspace
directory by changing the config file for apache or using the windows
equivalent of a symlink. -mf

Re: auto deployment in drupal

by Andrew Berry-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-11-05, at 7:59 AM, vishnu vardhan wrote:

> I am newbie in drupal.I have started to learn how to code in drupal.  
> I have configured my eclipse with drupal but everytime i make a  
> change in my workspace i have to copy the entire thing in xampp
> \htdocs folder is there any way to directly deploy it with eclipse.

What Michael is suggesting is the best way to go, and works fine. You  
can also create an "external tool configuration" to run a script. It's  
much easier on *nix systems where you have bash, rsync, etc, but  
perhaps you could install PowerShell to achieve the same functionality.

This is especially useful where you have CVS checkouts of Drupal  
modules and want to copy them within a specific Drupal project for  
testing.

--Andrew

smime.p7s (3K) Download Attachment