Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 794 Bytes

Magento on FrankenPHP

Requirements

Installation

  • copy and configure environment files:
cp .env.dist .env
cp ./.docker/database/.env.dist ./.docker/database/.env
cp ./.docker/opensearch/.env.dist ./.docker/opensearch/.env
cp ./.docker/rabbitmq/.env.dist ./.docker/rabbitmq/.env
  • edit the SERVER_NAME variable in the .env file and replace docker-magento-skeleton.localdev with your domain
  • run the docker-compose file: docker compose up -d --remove-orphans
  • use your composer files to install your project
  • edit the file /etc/hosts of your machine and add your domain like this :
127.0.0.1 docker-magento-skeleton.localdev