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.


create the PHP file in ubuntu :
>>> Open texteditor Application->accessories-> text editor


save the php file in apache path
>>> press ctrl + s and save the file in the path of
/var/www/xxxx.php(put any file in xxxx)
/var/www/yy/xx.php ( save file within folder
yy -that may any folder name
xx -any file name with .php)

Run the PHP file:
>>> Open the firefox browser and type url like

http://localhost/xxxx.php (file name)
http://localhost/yy/xx.php (file within folder)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get best php developer Experience in Php with Sugar CRM / VTiger.

4344


What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

980


Write a php function to convert all null values to blank?

1263


How many escape sequences are recognized in double-quoted strings in php?

929


What is the use of isset() in php?

980


Is php still relevant 2019?

900


Can I learn laravel without php?

964


How to get complete current page url in php?

993


What is the best way to change the key without changing the value of a php array element?

918


Do you know is it possible to extend the execution time of a php script?

986


How to create reusable code in php?

983


Can you convert php to html?

922


Can I use php in html?

933


Whether it is possible to share a single instance of a memcache between multiple php projects?

942


What is php data type?

922