https://github.com/trydock/docker-magento23
Magento 2.3 Community Edition Docker Container
https://github.com/trydock/docker-magento23
magento2 magento2-docker-environment magento23
Last synced: 5 months ago
JSON representation
Magento 2.3 Community Edition Docker Container
- Host: GitHub
- URL: https://github.com/trydock/docker-magento23
- Owner: trydock
- Created: 2019-03-04T00:30:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T14:50:02.000Z (over 7 years ago)
- Last Synced: 2025-05-21T21:11:10.577Z (about 1 year ago)
- Topics: magento2, magento2-docker-environment, magento23
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Magento v2.3 Open Source Docker
## Requirements
- Docker Installation
- Docker Compose Installation
- GIT client installation
## Instructions
Clone this repo to your local.
```git clone https://github.com/trydock/docker-magento23.git```
Then navigate into the newly cloned directory `docker-magento23`
```cd docker-magento23```
Create a directory named `htdocs` inside the `docker-magento23` directory.
```mkdir htdocs```
Now copy the Magento 2.3 source code into the `htdocs` directory, then issue.
```chmod -R 777 htdocs```
Check and confirm the `.env` file and adjust the username and passwords if you feel so.
```cat .env```
The config files are located in the config files, Please review the same.
``` ls -lR configs```
Once in the directory `docker-magento23` and satisfied with the config files, please issue :
```docker-compose up -d```
Once the above command completes successfuly, launch a browser window and try the URL:
```http://localhost/```
Please note : If you are running, WAMP, XAMPP, MAMP, LAMP, LEMP etc on your local instance, then the port 80, 3306 might be alreday in use and may conflict with this docker setup. It is advised to stop your local web/db instances before starting this docker setup.
Once you are able to see the Magento Install Wizard, please complete the installation.
When asked for creating a admin user, store the credentials in a safe location for further reference.
Thanks,
debuggerboy