Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created July 23, 2015 06:55
Show Gist options
  • Save andreferraro/074750fe07bae1f3bf97 to your computer and use it in GitHub Desktop.
Save andreferraro/074750fe07bae1f3bf97 to your computer and use it in GitHub Desktop.
#/bin/bash
cd
wget http://ufpr.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/4.4.10/phpMyAdmin-4.4.10-all-languages.zip
apt-get install unzip -y
unzip phpMyAdmin-4.4.10-all-languages.zip
mv phpMyAdmin-4.4.10-all-languages /var/www/phpmyadmin/
chown -R www-data:www-data /var/www/
chmod 775 -R /var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment