What's the best way to deploy a PHP PDT Eclipse Project on Apache 2.2 on Ubuntu?
I already tried to find an Apache Eclipse server adapter but got no luck. Do you know any?
If not, what's the best way to deploy a PHP Project to Apache? Shell script? Ant script? Other solution?
I could put the project folder inside the Apache's www folder but I would prefer to have the project files on a cloned git repository outside of Apache.
I'm using Eclipse Helios SR1, PDT 2.2.1 and Apache 2.2.16.
Thanks in advance.