Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 566 Bytes

deploy

check ports in docker-compose.yml, 80 should be not busy. Change if need.

  1. run in ./docker directory "docker-compose up" and see in docker_php log for know host ip

database

  1. for migrations run "docker exec -it docker_php_1 php migrations.php"
  2. for filling test data run "docker exec -it docker_php_1 php seeds.php"

preview

image image