Skip to content

Instantly share code, notes, and snippets.

@erikfloresq
Last active December 17, 2015 14:29
Show Gist options
  • Save erikfloresq/5625184 to your computer and use it in GitHub Desktop.
Save erikfloresq/5625184 to your computer and use it in GitHub Desktop.
apache - mysql - php // ubuntu
APACHE
sudo apt-get install apache2
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 restart
MYSQL
sudo apt-get install mysql-server
PHP
sudo apt-get install php5 libapache2-mod-php5 php5-mysql
phpMyAdmin
sudo apt-get install phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment