Skip to content

Commit 81130e9

Browse files
author
Alexander Paliarush
committed
- Fixed XDebug configuration
1 parent faa24c2 commit 81130e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vagrant for Magento CE, optimized for Windows hosts
1+
# Vagrant for Magento, optimized for Windows hosts
22

33
## What You get
44

install_environment.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ fi
4848
echo "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 \
5353
xdebug.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
6262
mysqladmin -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 \
6767
password =' /etc/mysql/my.cnf
6868

6969
# Setup Composer

0 commit comments

Comments
 (0)