https://github.com/vrann/magento2-dev-box
Docker Compose based Magento 2 Image for developers
https://github.com/vrann/magento2-dev-box
Last synced: about 1 month ago
JSON representation
Docker Compose based Magento 2 Image for developers
- Host: GitHub
- URL: https://github.com/vrann/magento2-dev-box
- Owner: vrann
- Created: 2016-08-03T12:58:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T09:19:57.000Z (over 8 years ago)
- Last Synced: 2025-04-03T17:22:33.888Z (about 2 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Application with Docker Compose for developers
## Prerequisites
Docker (https://www.docker.com/products/docker#/windows) and git (https://git-scm.com/download/win) for windows should be installed.
Run PowerShell as administrator and give permission to run scripts with command: `Set-ExecutionPolicy Unrestricted`## Installation (Windows 10)
1. Clone this repository && cd magento2-dev-box
2. `& ".\install.ps1"` - during command execution you will be asked for your magento repo credentials
3. Open in browser http://localhost:1748/## Notes
Probably good idea run after installation this commands in the PowerShell console window:
```
docker exec -it --privileged magento2-devbox-web php /var/www/magento2/bin/magento deploy:mode:set developer
docker exec -it --privileged magento2-devbox-web php /var/www/magento2/bin/magento setup:static-content:deploy
```