|
1 | 1 | # Fast Virtual Machine for Magento2 |
2 | 2 |
|
3 | | -[](https://app.vagrantup.com/debian/boxes/stretch64) |
4 | | -[](https://github.com/zepgram/magento2-fast-vm/blob/master/config.yaml.example) |
5 | | -[](https://github.com/zepgram/magento2-fast-vm/releases) |
6 | | -[](https://github.com/zepgram/magento2-fast-vm/releases) |
7 | | -[](https://github.com/zepgram/magento2-fast-vm/blob/master/LICENSE) |
| 3 | +[](https://app.vagrantup.com/debian/boxes/stretch64) |
| 4 | +[](https://github.com/zepgram/magento2-fast-vm/blob/master/config.yaml.example) |
| 5 | +[](https://github.com/zepgram/magento2-fast-vm/blob/master/config.yaml.example) |
| 6 | +[](https://github.com/zepgram/magento2-fast-vm/releases) |
| 7 | +[](https://github.com/zepgram/magento2-fast-vm/releases) |
| 8 | +[](https://github.com/zepgram/magento2-fast-vm/blob/master/LICENSE) |
8 | 9 |
|
9 | | - |
10 | | - |
11 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
12 | 13 |
|
13 | 14 |      |
14 | 15 |
|
15 | 16 | [](https://www.youracclaim.com/badges/406cc91a-0fda-4a6f-846b-19d7f8b59e0a/public_url) |
16 | 17 |
|
| 18 | +Major version currently supported:<br> |
| 19 | +[](https://github.com/magento/magento2/tree/2.1) |
| 20 | +[](https://github.com/magento/magento2/tree/2.2) |
| 21 | +[](https://github.com/magento/magento2/tree/2.3) |
| 22 | +[](https://github.com/magento/magento2/tree/2.4) |
| 23 | + |
| 24 | +Latest supported version:<br> |
| 25 | +[](https://github.com/magento/magento2/tree/2.4.4) |
| 26 | + |
17 | 27 | ## Requirements |
18 | 28 |
|
19 | 29 | ### Virtualbox |
@@ -203,15 +213,11 @@ Percona server 8.0 is now installed for Magento >=2.4.0 |
203 | 213 | PHP 8.1 is now installed by default for Magento >=2.4.4 |
204 | 214 |
|
205 | 215 | ### Composer |
206 | | -Composer v2 is now installed by default for Magento >= 2.4.2 |
| 216 | +Composer v2 is now installed by default for Magento >=2.4.2 |
207 | 217 |
|
208 | 218 | ### Elasticsearch |
209 | 219 | Version 7.6.x of Elasticsearch is now available for Magento 2.4.0.<br> |
210 | | -If your Magento version is lower than 2.4.0 then version 6.x will be installed.<br> |
211 | | -For version lower than 2.4.0, you can disable it and fall back to mysql search engine: |
212 | | -``` |
213 | | -./bin/magento config:set catalog/search/engine mysql |
214 | | -``` |
| 220 | +For lower Magento version, ES 6.x will be installed.<br> |
215 | 221 | Otherwise, you can also completely disable elasticsearch by installing this module: https://github.com/zepgram/module-disable-search-engine |
216 | 222 |
|
217 | 223 | ## Issues |
|
0 commit comments