Linux serverlinux web serverNETWORK ADMINISTRATIONS

Instalar servidor (LAMP) Linux Mint

Montar servidor en Linux Mint
/* Las instrucciones para instalar */
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install mysql-server
sudo apt-get install php5-mysql
sudo apt-get install php5-gd

/* Para hacer las modificaciones */
sudo gedit /etc/apache2/sites-available/default

/* Para controlar Apache */
sudo /etc/init.d/apache2 restart //Reinicia Apache

phpMyAdmin es software independiente escrito en PHP, así que si desean usarlo, miren el siguiente video: http://youtu.be/YBz9RUzTAe8

Obrigado, bcsmagalhaes.

source

by Bit Feliz

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *