https://github.com/hiqdev/yii-demo.hiqdev.com
yii-demo.hiqdev.com
https://github.com/hiqdev/yii-demo.hiqdev.com
hacktoberfest
Last synced: 6 months ago
JSON representation
yii-demo.hiqdev.com
- Host: GitHub
- URL: https://github.com/hiqdev/yii-demo.hiqdev.com
- Owner: hiqdev
- Created: 2019-05-22T14:02:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T14:31:09.000Z (about 7 years ago)
- Last Synced: 2025-01-22T21:15:32.247Z (over 1 year ago)
- Topics: hacktoberfest
- Homepage: https://yii-demo.hiqdev.com/
- Size: 2.93 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii-demo.hiqdev.com
## Installation for local development
```sh
ln -s core/docker-compose.yml.local docker-compose.yml
ln -s .env.local .env
ln -s public web
composer update
chmod a+w public/assets runtime
docker-compose up -d
```
Web symlink actually not needed.
To be fixed in `yiisoftware/yii2-php:7.2-apache` docker image.
## Installation for production
```sh
ln -s docker-compose.yml.dist docker-compose.yml
ln -s .env.dist .env
composer update
chmod a+w public/assets runtime
docker-compose up -d
```