What is LAMP and what is the best way to go about learning it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is LAMP and what is the best way to go about learning it

I dont know what LAMP is.

23rd Oct 2017, 9:07 PM
_Jacknife_
_Jacknife_ - avatar
5 Answers
+ 2
Linux Apache MySQL PHP — the popular web stack. The best way to learn it, is to install it on your computer, and play with it, while learning the web technologies. You don't have to install Linux if you prefer to work in another OS. For windows, there is WAMP and other ready to use installers. Or you may install the Apache, MySQL and PHP separately. You may as well install any other web-server, SQL-server and backend language.
23rd Oct 2017, 9:14 PM
deFault
+ 2
thank you so much for this this really helps out!
23rd Oct 2017, 9:33 PM
_Jacknife_
_Jacknife_ - avatar
+ 1
Thanks for this I'm totally lost
23rd Oct 2017, 9:15 PM
_Jacknife_
_Jacknife_ - avatar
+ 1
Just try it out. Then you will probably get more specific questions. All this stuff is free. Idk what OS you use, but here's a bundle for Windows: http://www.wampserver.com/en/ Or you may install and configure this stuff separately. Start with Apache http server: http://httpd.apache.org/download.cgi . Install PHP if you need it: https://secure.php.net/downloads.php . Install MySQL if you need it: https://www.mysql.com/downloads/ . You may also play with some CMS when you have LAMP installed. Like Wordpress: https://wordpress.org
23rd Oct 2017, 9:23 PM
deFault
+ 1
I used https://bitnami.com/stack/lamp to learn LAMP stack on a Ubuntu Linux setup. Very straight forward and lots of help online from their website. Even setup several virtual machines on my development workstation for simulated Master/Slave deployments. Cheers!
23rd Oct 2017, 10:57 PM
Dr. Brown
Dr. Brown - avatar