- install docker
- install docker-compose
git clone [email protected]:elasticommerce/elasticommerce-base.git src/elasticommerce-base
git clone [email protected]:elasticommerce/elasticommerce-magento.git .modman/elasticommerce-magento
docker-compose up -d
docker-compose exec cli ./install
docker-compose exec cli php htdocs/shell/migration.php
docker-compose exec cache redis-cli FLUSHALL
docker-compose exec mysql mysql -pmagento -A magento
docker-compose exec cli php htdocs/shell/indexer.php --reindex elasticommerce
bin/phpunit -c src/elasticommerce-base/phpunit.xml --testsuite=unit
Backend (admin -> password123)