https://github.com/kurozumi/docker-eccube4
Dockerfile for EC-CUBE 4.x with docker-compose
https://github.com/kurozumi/docker-eccube4
docker ec-cube symfony
Last synced: 17 days ago
JSON representation
Dockerfile for EC-CUBE 4.x with docker-compose
- Host: GitHub
- URL: https://github.com/kurozumi/docker-eccube4
- Owner: kurozumi
- License: mit
- Created: 2019-04-30T14:37:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:48:06.000Z (about 7 years ago)
- Last Synced: 2025-01-23T21:51:19.388Z (over 1 year ago)
- Topics: docker, ec-cube, symfony
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Dockerfile for EC-CUBE 4.x with docker-compose
====
## What's this
Development environment for [EC-CUBE 4.x-dev](https://github.com/EC-CUBE/ec-cube).
## How to Build Image
* git clone
```bash
git clone https://github.com/kurozumi/docker-eccube4.git
```
## Example Usage
```bash
cd docker-eccube4
docker-compose run web composer create-project ec-cube/ec-cube . "4.0.x-dev" --keep-vcs
docker-compose up -d
```
Let's Access in Browser
* Front End) ```http://localhost:8080```
* Back End) ```http://localhost:8080/admin```
* ID: admin / PW: password
* MailCatcher) ```http://localhost:1080/```
### Cleanup
```bash
docker-compose stop
docker-compose rm
```
----
* This software is released under the MIT License, see LICENSE.txt.