https://github.com/yiisolutions/yii2-pie-store
Yii2 example app
https://github.com/yiisolutions/yii2-pie-store
Last synced: 7 months ago
JSON representation
Yii2 example app
- Host: GitHub
- URL: https://github.com/yiisolutions/yii2-pie-store
- Owner: yiisolutions
- Created: 2016-08-30T17:08:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T17:00:52.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T16:32:48.257Z (over 1 year ago)
- Language: PHP
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii2-pie-store
Yii2 example app
## Install
Follow this instructions
1. Create and edit `docker/.env` file. Example contains in `docker/.env.dist`.
2. Build docker containers
```sh
cd docker
docker-compose build
```
3. Up docker containers
```sh
docker-compose up -d
```
4. Open http://localhost:${NGINX_EXTERNAL_PORT}