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 :

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

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.

enter image description here

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

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -