Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPKitchen:
Installing PHP from Scratch - Linux
Jul 28, 2005 @ 15:07:17

From PHPKitchen today:

And now for the standard "installing PHP from scratch" tuturial, no website would be complete without it. In fact, when I did this last week I had to search around for ages for the various information, so here follows a step-by-step list that aims to save you the hassle. Lines starting with a # denote comments, everything else must be typed as it appears.

True to the title, he goes through every step of the way, commands and all, to get a setup of MySQL, Apache, and PHP (LAMP) set up on your machine. Of course, there's no "gotchas" to look out for, but then he also just compiles PHP with the base amount of modules (just MySQL), which is where a lot of the confusion lies...

tagged:

Link:


Trending Topics: