Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonatanrdsantos/4072a9ca07e755238cbd to your computer and use it in GitHub Desktop.
Save jonatanrdsantos/4072a9ca07e755238cbd to your computer and use it in GitHub Desktop.
apt-get install php5-mcrypt
mv -i /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/
php5enmod mcrypt
service apache2 restart
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
sudo service apache2 restart
sudo apt-get install php5-gd
sudo /etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment