Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can any one tell how to install LAMP server in terminal in
ubuntu.....and also tell please how to run php files in
ubunut and how to save and compile in ubuntu..i already
installed ubuntu ..but i dont installed lamp server so i
want to install lamp server in terminal is it possible
please reply

Answer Posted / sindhu

here i provide the installation commands for minimum
required packages for LAMP.

For MYSQL : sudo apt-get install mysql-client mysql-server

For Apache : sudo apt-get install apache2 apache2.2-common
apache2-utils

For PHP : php5 php5-mysql

To Restart the all Services of LAMP

For Mysql : sudo /etc/init.d/mysql restart

For Apache : sudo /etc/init.d/apache2 restart

For PHP : it's not need.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can get the number of elements in an array?

8921


What is difference between require_once(), require(), include()?

1094


Which is faster for or foreach php?

1000


What is prepared statement in php?

1112


How to include variables in double-quoted strings?

1026


Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?

1109


How to create a mysql connection?

1022


What is php session start?

1074


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

1041


What is a helper function?

1000


What does $_cookie mean?

1099


What is difference between sql and php?

1147


What are PHP Magic Methods/Functions. List them.

1120


How do you check if an arraylist is empty?

1032


What is the use of php and mysql?

1082