| How to setup a LAMP environment with xdebug under ubuntu |
|
|
|
| Articles Reviews Linux | |
| Written by wdlog.com | |
| Saturday, 20 September 2008 | |
|
First of all, we need to setup the lamp (linux+apache+mysql+php) environment. If you don’t know which version of Ubuntu you are running, just type: If you are using ubuntu 6.06 you just need to run. If you are under anything more recent that 6.06 After this we need to install xdebug. To activate and configure xdebug, we need to edit php.ini In the end of the file, just add If you are developing from another computer, we need to specify that ip address under xdebug.remote_host. We restart the server And we are done. Powered by jReviews |
|
| Next > |
|---|







