Skip to content

scaraclette/OceanHub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OceanHub

See the beauty of the ocean from your favorite device

Configs

  • Use PowerShell or Bash shell for the steps below

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

About

See the ocean from your favorite device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.9%
  • Shell 11.1%