Skip to content

Instantly share code, notes, and snippets.

@drobinson
Last active June 23, 2020 20:15
Show Gist options
  • Save drobinson/b8735937e503d83f24c9 to your computer and use it in GitHub Desktop.
Save drobinson/b8735937e503d83f24c9 to your computer and use it in GitHub Desktop.
Installing and configuring xdebug on unibox
sudo pecl install xdebug
sudo wget -O /etc/php/7.2/mods-available/xdebug.ini https://gist.githubusercontent.com/drobinson/5979612/raw/73636ae1bb4e4864f4d7f816d8e83f496c47e52c/xdebug_settings.ini
sudo ln -s /etc/php/7.2/mods-available/xdebug.ini /etc/php/7.2/apache2/conf.d/25-xdebug.ini
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment