Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theadnan/yii1-dockerized
Yii1 dockerized (with MySQL)
https://github.com/theadnan/yii1-dockerized
docker docker-compose docker-mysql docker-php docker-yii dockerized yii yii1
Last synced: 24 days ago
JSON representation
Yii1 dockerized (with MySQL)
- Host: GitHub
- URL: https://github.com/theadnan/yii1-dockerized
- Owner: TheAdnan
- License: apache-2.0
- Created: 2018-08-15T10:13:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T15:29:05.000Z (about 6 years ago)
- Last Synced: 2024-10-24T15:40:58.941Z (2 months ago)
- Topics: docker, docker-compose, docker-mysql, docker-php, docker-yii, dockerized, yii, yii1
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Install and run docker
## Docker installation
For Ubuntu: [Docker installation guide](https://docs.docker.com/compose/install/).
## Docker Compose installation
Docker compose: [Installation guide](https://docs.docker.com/compose/install/).
### Build Docker
In terminal run:
`bash docker-up.sh`*For stopping the docker processes, run:* `sudo docker-compose down`
#### Note:
For the database migration part in the docker-up.sh bash script, simply copy the `yiic.php` if you don't have any other custom configurations for your console and/or database.