Thursday 15 July 2010

Working on a PHP web project from GitHub in Eclipse -


I am collaborating on a PHP project, in which the doteb is used. I want to work on code in eclipse, and I want to test web pages within eclipse. I have installed EGIT and PDK in Eclipse. I think I have imported the project properly in Eclipse. Now I want to test some pages in Eclipse so that I can know what's going on. Do I have to install a web server on my machine, or is there something built in Eclipse for it?

In Aleppese's PDT plugin, it does not include a web server, you can run and debug your code You can tell where to install a web server.

In the newer versions of PHP, AR is included in running the code, so technically you do not need a web server, but you need to run your code in a production environment to copy Apache / NGNX needed. For a low deployment headache

A quick and easy web server will be XAMPP set up and easy to run and Apache, MySQL, PHP and some other stuff is useful for setting up your development environment.

No comments:

Post a Comment