Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First download the clowder docker-compose file,  https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/clowder/rawgithub.com/clowder-framework/clowder/blob/master/docker-compose.yml. This file should allow you to get a complete docker environment up and running, including some extractors (audio, video, image, pdf). You do not need to make any changes to the docker-compose file, if you want to secure the system more, you can disable the ports used for rabbitmq, mongo and elasticsearch. We have left them open for developers but they will be mapped to random ports (see docker tips). The only port that needs to be mapped is port 9000 of clowder, which in the docker-compose file is mapped to port 9000 in the docker machine.

...

A list of all values that can be changed can be found at at https://opensource.ncsa.illinois.edu/bitbucket/projects/CATS/repos/clowder/browsegithub.com/clowder-framework/clowder/blob/master/conf/application.conf.

Docker Tips

When starting clowder using docker-compose up, the containers will be named <folder name>_<service>_1, for example if you download the docker-compose file in your clowder folder, the clowder container will be called clowder_clowder_1.

...