Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit ab92df6

Browse files
author
Hayder Sharhan
committed
Added not about NFS problem with case-insensitive OS
1 parent 68bfede commit ab92df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,4 @@ bash init_project.sh -fcp
299299
1. If code is not synchronized properly on Windows hosts (or when NFS mode is disabled in [config.yaml](etc/config.yaml.dist) explicitly), make sure that PhpStorm is running before making any changes in the code. This is important because otherwise PhpStorm will not be able to detect changes and upload them to the guest machine
300300
1. Please make sure that currently installed software, specified in [requirements section](#requirements), meets minimum version requirement
301301
1. If MySQL fails to start and Magento reinstallation fails with `ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)`, try to run login to virtual machine using `vagrant ssh` and then run `sudo dpkg-reconfigure mysql-server-5.6`, then `sudo service mysql restart.`
302+
1. Be careful if your OS is case-insensitive, NFS might break the symlinks if you cd into the wrong casing and you power the vagrant up. Just be sure to cd in to the casing the directory was originally created as.

0 commit comments

Comments
 (0)