Created
February 27, 2013 17:02
-
-
Save fredericoramos/5049559 to your computer and use it in GitHub Desktop.
Ubuntu - Install PHPMyAdmin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================== | |
========================================================== | |
PHPMYADMIN | |
========================================================== | |
========================================================== | |
sudo aptitude install phpmyadmin | |
sudo cp -R /usr/share/phpmyadmin /var/www | |
### | |
### Para o navegador poder acessar o PhpMyAdmin deve-se primeiro editar o arquivo de configuração do NGINX | |
### Veja a configuração do NGINX logo abaixo. | |
### For the browser access the PhpMyAdmin you must first edit the NGINX configuration file. | |
### See the NGINX configuration below. | |
### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment