We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7fb03 commit 1527e9aCopy full SHA for 1527e9a
drupal-project/bin/vmsquickinstall.sh
@@ -41,6 +41,7 @@ sudo debconf-set-selections <<< 'mariadb-server-10.0 mysql-server/root_password_
41
sudo apt-get install -y git nginx ruby-compass mariadb-server php php-mysql php-curl php-gd php-fpm php-xml php-curl php-xdebug php-mbstring zip
42
sed -i 's/zend_extension=xdebug.so/#zend_extension=xdebug.so/' /etc/php/7.0/mods-available/xdebug.ini
43
44
+# Speeds up composer (so can run in parallel)
45
composer global require "hirak/prestissimo:^0.3"
46
47
# Setup Maria DB installation (2 of 2)
0 commit comments