|
3 | 3 | [](https://app.vagrantup.com/debian/boxes/stretch64) |
4 | 4 | [](https://github.com/zepgram/magento2-fast-vm/blob/master/config.yaml.example) |
5 | 5 | [](https://github.com/zepgram/magento2-fast-vm/releases) |
6 | | -[](https://github.com/zepgram/magento2-fast-vm/releases) |
| 6 | +[](https://github.com/zepgram/magento2-fast-vm/releases) |
7 | 7 | [](https://github.com/zepgram/magento2-fast-vm/blob/master/LICENSE) |
8 | 8 |
|
9 | 9 |  |
|
12 | 12 |
|
13 | 13 |      |
14 | 14 |
|
15 | | -[](https://u.magento.com/certification/directory/dev/2504796/) |
| 15 | +[](https://www.youracclaim.com/earner/earned/badge/406cc91a-0fda-4a6f-846b-19d7f8b59e0a) |
16 | 16 |
|
17 | 17 | ## Requirements |
18 | 18 |
|
@@ -132,12 +132,14 @@ It can be used with ``app`` path if you encountered any issue with NFS and rsync |
132 | 132 | [See basic usage](https://www.vagrantup.com/docs/synced-folders/basic_usage.html) |
133 | 133 |
|
134 | 134 | ### Extra provisions |
135 | | -You can add your custom shell provisions.<br> |
136 | | -For example in order to [import your database from existing project](https://github.com/zepgram/magento2-fast-vm/wiki/Setup-with-database-from-an-existing-project).<br> |
| 135 | +You can add extra shell provisions.<br> |
137 | 136 | Those provisions will be executed on pre-defined sequences: |
138 | | -1. ``extra/001-env.sh`` his purpose is to provide extra environment variables or extra package, executed on ``system-env.sh`` provision |
139 | | -1. ``extra/100-pre-build.sh`` define your specific system configuration before installation, hook on magento ``pre-build.sh`` provision |
140 | | -1. ``extra/120-post-build.sh`` you can execute magento command in this sequence, executed on magento ``post-build.sh`` provision |
| 137 | +1. ``extra/001-env.sh`` his purpose is to provide extra environment variables or extra package, executed after script ``001-system-env.sh`` |
| 138 | +1. ``extra/100-pre-build.sh`` define your specific system configuration before installation, executed after script ``100-magento-pre.sh`` |
| 139 | +1. ``extra/120-post-build.sh`` you can execute magento command in this sequence, executed after script ``120-magento-post.sh`` |
| 140 | + |
| 141 | +- To be executed you must remove the string `-example` from the filename script. |
| 142 | +- As an example of use, you can adapt data from your database import by using the script ``100-pre-build.sh`` |
141 | 143 |
|
142 | 144 | ## Usage |
143 | 145 |
|
@@ -215,11 +217,13 @@ For version lower than 2.4, you can disable it and fall back to mysql: |
215 | 217 |
|
216 | 218 | ## Issues |
217 | 219 |
|
218 | | -### WFM |
219 | | -There is a major issue with windows 7 host machine:<br> |
220 | | -When running vagrant up machine hangs, this problem is encountered with newest version of VirtualBox and Vagrant.<br> |
221 | | -- Solution is to upgrade powershell to version 4.0 by downloading [WFM 4.0](https://www.microsoft.com/fr-fr/download/details.aspx?id=40855). |
222 | | -<br>The file setup is Windows6.1-KB2819745<br> |
| 220 | +### Windows 10 |
| 221 | +There is a known [issue with composer installation](https://github.com/zepgram/magento2-fast-vm/issues/70) on windows 10.<br> |
| 222 | +This issue could not be solved yet, and has already been reported 2 times.<br> |
| 223 | +- It's related to the computer and BIOS configuration. |
| 224 | +- It's only with "nfs" setting for mount option. |
| 225 | + |
| 226 | +To solve this, just try to set mount option to "rsync", then after full installation you should be able to fallback to NFS. |
223 | 227 |
|
224 | 228 | ### Others |
225 | 229 | - If you have trouble during installation please open a new issue on this git repository. |
0 commit comments