Skip to content

Instantly share code, notes, and snippets.

@fredericoramos
Created February 27, 2013 17:02
Show Gist options
  • Save fredericoramos/5049559 to your computer and use it in GitHub Desktop.
Save fredericoramos/5049559 to your computer and use it in GitHub Desktop.
Ubuntu - Install PHPMyAdmin
==========================================================
==========================================================
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