Skip to content

Instantly share code, notes, and snippets.

View hugopereira84's full-sized avatar

Hugo Pereira hugopereira84

View GitHub Profile
@hugopereira84
hugopereira84 / plugins_install
Last active October 23, 2015 15:11
Server Apache Installations
Install composer:
- sudo apt-get -y install curl
- curl -s http://getcomposer.org/installer | php
- sudo mv composer.phar /usr/local/bin/composer
-------------------------------------
Install xdebug / phpdbg (http://phpdbg.com):
- pecl install xdebug