MicroNugget: What is LAMP?

preview_player
Показать описание

In this video, Tim Warner covers the basics of the LAMP solution stack, which is comprised of Linux, Apache, MySQL, and PHP. These support the building of web application servers, are easy to set up, and are ideal for development environments.

There are three core constituents of any dynamic data-driven website (also called a “web app”).

These include a web server software that’s associated with a host operating system, some kind of back-end database for read/write data storage and retrieval, and a programming framework.

The framework needs to be able to present your web pages dynamically to users, allow for interaction, and plug into the back-end database.

The combination of the technologies and protocols used in that web application framework is called a “solution stack.” It can be a fairly daunting process to get those tools aggregated before you begin creating apps, but LAMP is easy to set up and ideal for development environments.

Start learning with CBT Nuggets:

Рекомендации по теме
Комментарии
Автор

Hww do I start working with it like uploading information, or using it in a company???

miriamgalo
Автор

good video ... but I always like my gurus and explainers to explain their decisions (meaning rationale behind decisions) ... why wamp? why not other *AMP packages ... please do another video where such comparative explanations are given or point in the direction to where on web trustworthy comparisons are made ... in the end I guess the client environment is most important and I will wait till end of time for a package which will ask on clicking "start all services" user if a default version config is okay or he/she wants to start with a specific linux/apache/mysql/php versions (plural) ... ideal solution for such super-package would be a virtualbox equipped with such dialog ... don't know any such already exists

einsteinwallah
Автор

Thats why you u run Mongo and not MySql anymore.

DJTEVAdotCOM