Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojhaujjwal/magedock
Like laradock but for Magento instead of Laravel.
https://github.com/ojhaujjwal/magedock
Last synced: 17 days ago
JSON representation
Like laradock but for Magento instead of Laravel.
- Host: GitHub
- URL: https://github.com/ojhaujjwal/magedock
- Owner: ojhaujjwal
- License: mit
- Created: 2016-10-13T11:33:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T04:47:41.000Z (over 3 years ago)
- Last Synced: 2023-08-04T03:00:00.356Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 27
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Magedock
====================
Magedock helps you run your magento on Docker real quick.
It's like laradock but for Magento instead of Laravel.## Installation
Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Redis`. Then run `Magento`.
1. Get Magedock inside your Magento project:
```bash
git submodule add https://github.com/ojhaujjwal/magedock.git
```
2. Copy local.env.sample to local.env and modify it to your needs.
3. Enter the magedock folder and run only these Containers:`docker-compose up -d nginx mysql redis`
4. `docker-compose exec workspace magento-installer`
5. Open your browser and visit the localhost: `http://localhost`