Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 648 Bytes

SET_UP_DOCKER.md

File metadata and controls

33 lines (22 loc) · 648 Bytes

Cài đặt bằng Docker

Cài docker và docker-compose

Cài docker theo hướng dẫn tại đây

Cài docker-compose theo hướng dẫn tại đây

Chạy trên local:

docker-compose up -d --build

Cài đặt database cho lần đầu

docker exec -it cuuhomientrung-web bash
bash run_migrate.sh
bash run_create_admin.sh ## Create with username: `user1`

Truy cập trang

localhost:8087

Mẹo: Lệnh truy cập vào cửa sổ dòng lệnh của docker

docker exec -it cuuhomientrung-web bash