Last active
June 23, 2020 20:15
-
-
Save drobinson/b8735937e503d83f24c9 to your computer and use it in GitHub Desktop.
Installing and configuring xdebug on unibox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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