We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342df73 commit c64ef0bCopy full SHA for c64ef0b
scripts/install.sh
@@ -14,7 +14,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
14
sudo apt-get install -y php5-intl
15
fi
16
# Install dependencies
17
- sudo apt-get install -y apache2 libapache2-mod-php5 php-pear php5-curl php5-sqlite acl curl git
+ sudo apt-get install -y apache2 libapache2-mod-php5 php-pear php5-xdebug php5-curl php5-sqlite acl curl git
18
# Enable Apache configs
19
sudo a2enmod rewrite
20
sudo a2enmod alias
0 commit comments