Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 758 Bytes

CloudTides

Dependencies

Setup requires Docker

Setting up the app

Checkout the branch for a given tutorial, and run docker-compose build or docker-compose up --build

Running the app on local machine

Run docker-compose up to see messages in the terminal. Run docker-compose start to run the app in the background.

Potential Issues

If encounter timeout error when setting up docker-compose for frontend then use the following in terminal before running docker-compose

export DOCKER_CLIENT_TIMEOUT=120
export COMPOSE_HTTP_TIMEOUT=120