-
Notifications
You must be signed in to change notification settings - Fork 132
Development Setup
hamed shirbandi edited this page Aug 24, 2022
·
18 revisions
You can run the below commands from the /src/6-Docker/ directory and get started with the TaskoMask immediately.
...\TaskoMask\src\6-Docker> docker-compose build
...\TaskoMask\src\6-Docker> docker-compose up -d
You should be able to browse different components of the application by using the below URLs :
Website: http://localhost:5008
User Panel: http://localhost:5010
Admin Panel: http://localhost:5012
The instructions will be added as soon as we prepare the configurations for it