banki.test/README.md

8 lines
342 B
Markdown
Raw Normal View History

# banki.shop test
to start it up, create `docker-compose.yml` and `.env` from their `.template` files and `docker-compose up -d`.
you can run the `copy.sh` script to do it automatically
make sure you set the `DB_PASS` in `.env` to the same as you set in `docker-compose.yml`
## running yii commands inside docker
`./sh php yii migrate/up`