sharath
sharath

Reputation: 3616

Apache setup on Eclipse PHP (Ubuntu 10.10)

Have a basic question on running PHP applications using Eclipse PHP on Ubuntu. I have installed Apache2 and it has its DocumentRoot setup to /var/www. Now my eclipse workspace points to /home/me/workspace. How do I deploy my applications from my workspace folder to the server using Eclipse ? If I choose my workspace loc as /var/www, things work. But I dont wanna do that. Is there a way I can publish my code to the server ?I remember the Tomcat plugin for eclipse had a 'publish to server' feature. Anything similar on Eclipse PHP ?

Also, not sure if I have missed out on anything while setting things up..

Thanks in advance :)

Upvotes: 1

Views: 1215

Answers (1)

AJJ
AJJ

Reputation: 7701

What about doing it the other way around, setting the apache docroot to your workspace dir? I work with ZendStudio (Eclipse based) with this setup.

Upvotes: 1

Related Questions