Media tutorial

Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label mint local server. Show all posts
Showing posts with label mint local server. Show all posts

2014-03-04

Create a local server in linux mint 16 (Lamp)



     Create a local server in linux mint 16 (petra), install Lamp (Linux Apache MySQL PHP).
In this  tutorial we will install apache, php5, MySQL and phpMyAdmin on Linux Mint 16.



Create a local server

Install apache 


Sudo apt-get install apache2 
 Verification:  in the browser :  http://localhost/  ( "it's work" if  installation completed successfully)

Install PHP5


sudo apt-get install php5 libapache2-mod-php5
Restart apache 


sudo /etc/init.d/apache2 restart


verification : create a php file to test and move it into.:
/ var / www / 
open :  localhost / test.php
Open the folder. / Var / www as root to copy or move the file in test.php.

Install MySQL

sudo apt-get install mysql-server

Create password


Confirm password



Install phpmyadmin

sudo apt-get install phpmyadmin

Select the web server to reconfigure automatically.
Choose automatic configuration
Password of the server administrator
Password MySQL connection
Confirmation du mot de passe mySQL
If you receive a 404 error when accessing: http://localhost/phpmyadmin: edit the file: apache2.conf
sudo gedit /etc/apache2/apache2.conf
add this line to the end of file : Include /etc/phpmyadmin/apache.conf restart appache :
 sudo /etc/init.d/apache2 restart
 http://localhost/phpmyadmin:
tutorial  video (french ) 

 
https://www.cookiepolicygenerator.com/live.php?token=6r4N5ff5QvgfNUc3bmSFlITlA6nCs4GQ