Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.