TheAdnan / Yii1-dockerized

Yii1 dockerized (with MySQL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install and run docker

Docker installation

For Ubuntu: Docker installation guide.

Docker Compose installation

Docker compose: Installation guide.

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.

About

Yii1 dockerized (with MySQL)

License:Apache License 2.0


Languages

Language:Dockerfile 61.1%Language:Shell 38.9%