php - How to know whether I have LAMP or XAMPP installed in my Ubuntu? -
i working in php in localhost. have php version 5.5.9-1, apache2 version 2.4.7, , mysql ver 14.14 in ubuntu 14.04. how check whether using lamp or xampp?
i tried typing "lamp" , "xampp" in terminal. shows "command not found". should come conclusion these things(apache, mysql , php) installed seperately?
you have understand :
1) lamp
for lamp setup, have install php, apache , mysql packages separately. in lamp don't manage server in gui way. for ex: start apache server have type command in terminal. start apache : sudo service apache2 start
for installing lamp refer :
2) xampp
it complete package comes bundled php,apache, mysql etc in single installation. gives control panel can manage server , configuration files.it of sort.
for xampp : https://www.apachefriends.org/download.html
if don't find xampp control panel in system, means have lamp setup. i.e : first option.
Comments
Post a Comment