0% found this document useful (0 votes)
14 views

Apache, Mysql, Phpmyadmin

The document provides instructions for installing and configuring Apache, MYSQL, PHP, PhpMyAdmin and Joomla on a server. It includes commands for installing each component and their dependencies as well as basic configuration steps.

Uploaded by

zenkut
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Apache, Mysql, Phpmyadmin

The document provides instructions for installing and configuring Apache, MYSQL, PHP, PhpMyAdmin and Joomla on a server. It includes commands for installing each component and their dependencies as well as basic configuration steps.

Uploaded by

zenkut
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

empo

vi /etc/network/interfaces
sudo reboot now
-------------------------------------------------
Apache
sudo apt-get install apache2
-------------------------------------------------
MYSQL
sudo apt-get install mysql-server mysql-client
usuario:root
contrase�a:cesar
------------------------------------------------
PhpMyAdmin
sudo apt-get install phpmyadmin
*apache2
contrase�a:cesar
-----------------------------------------------
sudo nano /etc/apache2/apache2.conf
Include /etc/phpmyadmin/apache.conf
control o control c control x
sudo systemctl restart apache2

-------------------
PHP*****
sudo apt-get install php -y
sudo apt-get install -y php-{bcmath,bz2,intl,gd,mbstring,mcrypt,mysql,zip} && sudo
apt-get install libapache2-mod-php -y

---
sudo apt-get install php7.0 php7.0-mysql php7.0-curl php7.0-gd php7.0-json php7.0-
opcache php7.0-xml mcrypt php7.0-mcrypt
sudo apt-get install php-mbstring

----------------
Joomla
cd /var/www/html/
mkdir joomla
cd joomla
wget https://downloads.joomla.org/cms/joomla3/3-8-7/Joomla_3-8-7-Stable-
Full_Package.zip?format=zip
unzip Nombredearchivodescargado
----------------------------------------
sudo chown -R www-data.www-data /var/www/html
sudo chmod -R 755 /var/www/html
sudo systemctl restart apache2.service

You might also like