Question

Recently I sent my CV to a small company which required a web developer, but one condition was that I should know how to work with LAMP. So I took part in the contest, but today I started to wonder if those packages are as similar as I think.

So could anyone tell me, are they?

I am using: XAMPP (Basispaket) version 1.7.1 on Windows 7 and planning to install LAMP on Ubuntu 10.04 (don't know the version yet).

UPD: I read some articles about LAMP setup and I only found, that you just need to separately install apache, php, mysql. I'm confused, so there's no control panel like in XAMPP? If so, then I'm asking about those major differences.

Was it helpful?

Solution

LAMP is an acronym for Linux (operating system), Apache HTTP Server, MySQL (database software), and PHP. If you're running Windows the acronym is WAMP.

XAMPP is a package you can use to easily install and configure a (in your case) WAMP or LAMP setup. If they are asking LAMP they probably expect some Linux and Apache knowledge but it could also be they are just expecting a PHP programmer with MySQL skills. You'll find out what they're looking for in the job interview ;).

OTHER TIPS

LAMP and WAMP are generic terms for any Apache web server, MySql database, and Perl or PHP or Python language, based system.

XAMP is a specific software package that conatians all the elements of an *AMP system in a single package. There are several packages like this ( WampServer to name one ).

The software install process on UBUNTU is so staightforward that many people prefer to install the components individually and run a leaner meaner setup.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top