Skip to content

elasticommerce/docker-dev-env

Repository files navigation

Requirements

  • install docker
  • install docker-compose

set up the repos

git clone [email protected]:elasticommerce/elasticommerce-base.git src/elasticommerce-base
git clone [email protected]:elasticommerce/elasticommerce-magento.git .modman/elasticommerce-magento

howto start the environment

docker-compose up -d

howto reimport the database or reinstall magento

docker-compose exec cli ./install

howto run the update scripts manually

docker-compose exec cli php htdocs/shell/migration.php

howto flush redis cache

docker-compose exec cache redis-cli FLUSHALL

howto access database

docker-compose exec mysql mysql -pmagento -A magento

howto run the elasticommerce indexer

docker-compose exec cli php htdocs/shell/indexer.php --reindex elasticommerce

how to run unit tests

bin/phpunit -c src/elasticommerce-base/phpunit.xml --testsuite=unit

tools / access

Frontend

Backend (admin -> password123)

Elasticsearch

Elasticsearch Management

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages