Installing Apache2 With PHP5 And MySQL Support On Ubuntu (LAMP)

Channel:
Subscribers:
2,270
Published on ● Video Link: https://www.youtube.com/watch?v=6a4WSNYgiUA



Duration: 15:13
2,495 views
9


UbuntuLive | Tutorial


sudo -i

apt-get install mysql-server mysql-client

apt-get install apache2

apt-get install php5 libapache2-mod-php5

service apache2 restart

vi /var/www/html/info.php

Now we call that file in a browser e.g. http://192.168.0.100/info.php

apt-cache search php5

apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl

service apache2 restart

apt-get install php5-xcache

service apache2 restart

apt-get install phpmyadmin

http://192.168.0.100/phpmyadmin







Tags:
install SQL
install LAMP on ubuntu
Install apache
ubuntu
on ubuntu linux
install apache on ubuntu
Tutorial
PHP (Programming Language)
Linux