Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » newbe - deploying to server
newbe - deploying to server [message #6017] Tue, 13 March 2007 22:33 Go to next message
Eclipse UserFriend
Originally posted by: ask.for.it

Hi all
I've just started using eclipse-pdt. I'm finding it much better than any
other IDE i have used so far but am having trouble finding out how to deploy
my code to my server.

currently I run a local apache2 server and develope php apps for use on my
local network.

I created a workspace and develop the files fine but then I manuall transfer
these to my web root to run. Can this be set-up for easier deployment?

cheers
Stephen
Re: newbe - deploying to server [message #6063 is a reply to message #6017] Tue, 13 March 2007 12:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hertzel.hotmail.com

s gallaghan wrote:
> Hi all
> I've just started using eclipse-pdt. I'm finding it much better than any
> other IDE i have used so far but am having trouble finding out how to deploy
> my code to my server.
>
> currently I run a local apache2 server and develope php apps for use on my
> local network.
>
> I created a workspace and develop the files fine but then I manuall transfer
> these to my web root to run. Can this be set-up for easier deployment?
>
> cheers
> Stephen
>
>


have you tried FTP or maybe using svn or cvs to keep your work a bit
more organized

Regards
Re: newbe - deploying to server [message #7865 is a reply to message #6017] Wed, 21 March 2007 12:30 Go to previous message
Eclipse UserFriend
Originally posted by: reply-to-group.zend.com

Sure.
If you are running a local Apache it is very easy to set this up.
Click the 'Debug...' and get to the launch configuration tab for the PHP Web
Page.
You will see the server selection box. By default, the defined server points
to your localhost and does not set any publish directory. Click to configure
your default server and set the publish directory to your htdocs folder.
Now, for any launch configuration that you create you can also set the
checkbox to 'Publish files to server' and the project files will be copied
into the htdocs (+any other directory path you can add) before the actual
debug/run starts.
Best,
Shalom Gibly
Zend

"s gallaghan" <ask@for.it> wrote in message
news:et78rt$lk2$1@utils.eclipse.org...
> Hi all
> I've just started using eclipse-pdt. I'm finding it much better than any
> other IDE i have used so far but am having trouble finding out how to
> deploy my code to my server.
>
> currently I run a local apache2 server and develope php apps for use on my
> local network.
>
> I created a workspace and develop the files fine but then I manuall
> transfer these to my web root to run. Can this be set-up for easier
> deployment?
>
> cheers
> Stephen
>
Previous Topic:Incompatible Debug Server version.Probably the remote debugger protocol does not match the expected
Next Topic:Developing?
Goto Forum:
  


Current Time: Thu Apr 25 03:56:45 GMT 2024

Powered by FUDForum. Page generated in 0.03146 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top