IvanTian
IvanTian

Reputation: 1

how to develop the environment for php in Linux OS

as the title description .

first studying the programme of php ,want to make the codes in Linux .

therefore ,develop LAMP is neccessary and I want to understand hwo to construct environment.

Upvotes: 0

Views: 110

Answers (2)

xyz
xyz

Reputation: 396

Since you say you are using Ubuntu and CentOS.

LAMP Tutorial from HowtoForge for Ubuntu 12.04

LAMP Tutorial from HowtoForge for CentOS

And for anyone else looking to make a LAMP, with minor modifications this should work in any distro.

Upvotes: 1

user967451
user967451

Reputation:

What type of Linux? If you are using Debian or Ubuntu this is one of the best beginner friendly guides:

http://www.howtoforge.com/ubuntu_lamp_for_newbies

It shows how to install Apache/PHP/MySQL/ and PHPMyAdmin

You might run into some errors when trying to install the latter but one of the comments under the article has the right solution for that.

Upvotes: 0

Related Questions