joomlatools-vagrant
joomlatools-vagrant copied to clipboard
Install sundown
Install the PECL extension sundown.
You can install it already by running these commands real quick:
(on the joomla-vagrant box, run this first if you recently changed to another PHP version. Only do so if you've changed it, just discovered a major bug, if you have never switched versions but run this command, you're left without PHP: phpmanager restore)
sudo pecl install sundown-beta
sudo sh -c "echo 'extension=sundown.so' > /etc/php5/conf.d/zzz_sundown.ini"
Restart PHP:
- On the nooku box:
sudo /etc/init.d/php5-fpm restart
- On the joomla-vagrant box:
sudo /etc/init.d/apache2 restart