File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Vagrant for Magento CE , optimized for Windows hosts
1+ # Vagrant for Magento, optimized for Windows hosts
22
33## What You get
44
Original file line number Diff line number Diff line change 4848echo " date.timezone = America/Chicago" >> /etc/php5/cli/php.ini
4949
5050# Configure XDebug to allow remote connections from the host
51- echo " xdebug.max_nesting_level=200\
52- xdebug.remote_enable=1\
51+ echo " xdebug.max_nesting_level=200 \
52+ xdebug.remote_enable=1 \
5353xdebug.remote_connect_back=1" >> /etc/php5/cli/conf.d/20-xdebug.ini
5454
5555# Restart Apache
@@ -62,8 +62,8 @@ apt-get install -q -y mysql-server-5.6 mysql-client-5.6
6262mysqladmin -uroot -ppassword password ' '
6363
6464# Make it possible to run 'mysql' without username and password
65- sed -i ' /\[client\]/a\
66- user = root\
65+ sed -i ' /\[client\]/a \
66+ user = root \
6767password =' /etc/mysql/my.cnf
6868
6969# Setup Composer
You can’t perform that action at this time.
0 commit comments