- Magento 1.9.*
- Apache
- PHP 7.2
- Xdebug 2.9.8
- MariaDB 10.4.13
- Redis
- MailHog
- n98-magerun
- Gulp
Linux:
Install Docker and Docker-compose.
Note that for Elasticsearch you need at least 262144 memory.
To check:
more /proc/sys/vm/max_map_count
The vm.max_map_count setting should be set permanently in /etc/sysctl.conf
:
vm.max_map_count=262144
After set run:
sudo sysctl -p
Web server: http://localhost/
Local emails: http://localhost:8025
| bin/start
|
| bin/stop
|
| bin/kill
|
| bin/shell
|
| bin/magerun
|
| bin/gulp
|
| bin/xdebug
|
|bin/composer
|