File tree 2 files changed +5
-5
lines changed
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
2
2
3
3
## What You get
4
4
Original file line number Diff line number Diff line change 48
48
echo " date.timezone = America/Chicago" >> /etc/php5/cli/php.ini
49
49
50
50
# 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 \
53
53
xdebug.remote_connect_back=1" >> /etc/php5/cli/conf.d/20-xdebug.ini
54
54
55
55
# Restart Apache
@@ -62,8 +62,8 @@ apt-get install -q -y mysql-server-5.6 mysql-client-5.6
62
62
mysqladmin -uroot -ppassword password ' '
63
63
64
64
# 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 \
67
67
password =' /etc/mysql/my.cnf
68
68
69
69
# Setup Composer
You can’t perform that action at this time.
0 commit comments