أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Linux : Utility in this abbreviation ?
Apache : Utility in this abbreviation ?
MySQL and alternatives : Utility in this abbreviation ?
PHP and alternatives : Utility in this abbreviation ?
Beyond these things more descriptive answer i am looking for!?
Basm allah alrahman alrahim
the description is very good at wikipedia arabic and english
If you want to make web server you can use LAMP solution stack
XAMPP can work at windows and linux too watch this video
there are also mamp for mac and wamp for windows
there is also ampps
my recomendation are ampps , xampp and lamp
I think the article referred to by Mr Ahmed and links/references therein are quite descriptive.
Thanks you, I got some Information through your question.
LAMP is an archetypal model of web service solution stacks, named as an acronym of the names of its original four open-source components: the Linux operating system, the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language. The LAMP components are largely interchangeable and not limited to the original selection. As a solution stack, LAMP is suitable for building dynamic web sites and web applications.
LAMP is an archetypal model of web service solution stacks, named as an acronym of the names of its original four open-source components: the Linuxoperating system, the Apache HTTP Server, the MySQLrelational database management system (RDBMS), and the PHP programming language. The LAMP components are largely interchangeable and not limited to the original selection. As a solution stack, LAMP is suitable for building dynamic web sites and web applications.[1]
Since its creation, the LAMP model has been adapted to other componentry, though typically consisting offree and open-source software. For example, an equivalent installation on the Microsoft Windows family of operating systems is known as WAMP.
it means creating a web server on top of a linux server as OS, using apache http daemon web server, developed using PHP and using Mysql to store data
LAMP is an open source solution stack, based on the following:
L : Linux operating system
A : Apache web server
M : MySQL RDBMS ( relational database management system )
P : PHP scripting language to be exceuted on the server and returning the services required as JSON, XML, HTML, files ... etc.
Althoug the wide usage of LAMP stack, a new stack LEMP is now available, same LAMP stack but replaced the Apache web server by Nginx ( engin x ) which has new scalability features.
It's an invironment for developing a php/mysql pased application, it may consider the most prefered for developers in this field. and I'm one of them :)
Linux operating system
Apache web server
Mysql database management system
PHP server side scripting language
Comparing with WAMP, Wrefers to windows and rest of the letter's meaning is same as LAMP