Skip to content

Commit f4e976b

Browse files
authored
Merge pull request #5 from magento/nfs-storage-class
add instructions for using filesystem
2 parents e25a5a3 + 5e24b23 commit f4e976b

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
@@ -116,6 +116,10 @@ The software listed below should be available in [PATH](https://en.wikipedia.org
116116
```
117117
bash init_project.sh -e
118118
```
119+
If yiu have issues with nfs. To use filesystem mount instead of nfs use -d parameter to init_project.sh call.
120+
```
121+
bash init_project.sh -d
122+
```
119123
120124
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).-->
121125

0 commit comments

Comments
 (0)