Skip to content

Commit 5e24b23

Browse files
committed
add instructions for using filesystem
1 parent fefedfc commit 5e24b23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ The software listed below should be available in [PATH](https://en.wikipedia.org
119119
```
120120
bash init_project.sh -e
121121
```
122+
If yiu have issues with nfs. To use filesystem mount instead of nfs use -d parameter to init_project.sh call.
123+
```
124+
bash init_project.sh -d
125+
```
122126
123127
1. Use the `magento2-devbox` directory as the project root in PHP Storm (not `magento2-devbox/magento`). This is important, because in this case PHP Storm will be configured automatically by [init_project.sh](init_project.sh).<!-- If NFS files sync is disabled in [config](etc/config.yaml.dist) and ![](docs/images/windows-icon.png)on Windows hosts [verify the deployment configuration in PHP Storm](docs/phpstorm-configuration-windows-hosts.md).-->
124128

0 commit comments

Comments
 (0)