1752587 Members
4345 Online
108788 Solutions
New Discussion юеВ

Re: LAMP

 
sandeep mathur
Respected Contributor

LAMP

`can anyone help me otu how to install LAMP on our system
4 REPLIES 4
Rob Leadbeater
Honored Contributor

Re: LAMP

Hi,

A quick Google for lamp linux throws up this link, which looks like it might help:

http://lamphowto.com/

Cheers,
Rob
Stuart Browne
Honored Contributor

Re: LAMP

LAMP is simply:

Linux
Apache
MySQL
PHP

Using pretty much any modern distribution, you'll be able to install these packages without having to bother about source etc.. For a RedHat or Fedora system for instance:

yum install httpd php php-mysql mysql-server

Done. One LAMP installed. using 'apt-get install' on a Debian/Ubuntu system is almost as simple.
One long-haired git at your service...
dirk dierickx
Honored Contributor

Re: LAMP

Well, the P in lamp can be any P language, like perl, python or php.

for example, if you install lamp in ubuntu, you get it with python.

'apt-get install lampython'
dirk dierickx
Honored Contributor

Re: LAMP

Well, the P in lamp can be any P language, like perl, python or php.

for example, if you install lamp in ubuntu, you get it with python.

apt-get install lampython