ADLSOceanHub / OceanHub

See the ocean from your favorite device
MIT License
0 stars 4 forks source link

OceanHub

See the beauty of the ocean from your favorite device

Configs

Build images

From the root folder of the project:

docker-compose -f infra/docker_dev/docker-compose.yml build

Using Docker

From the root folder of the project:

# Note, these are not sequential steps. You can use any of them independently of each other.

# To run bash shell
docker-compose -f infra/docker_dev/docker-compose.yml run --rm oceanhub-server bash

# To run Flask Python shell
docker-compose -f infra/docker_dev/docker-compose.yml run --rm oceanhub-server bash -c "source activate TEST && python backend/server/manage.py shell"

# To run the cluster up
docker-compose -f infra/docker_dev/docker-compose.yml up