Versions Compared

Key

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

...

  1. Install Docker and download our docker-compose.yml file from GitHub. This file tells Docker how to fetch and start the component containers for Clowder and its dependencies.

  2. From a docker-aware terminal, go to the directory where you put the .yml file and run:
    run docker-compose upThis . This should start Clowder and its components.

  3. Now you need to determine which IP address Docker is running on. 
      https://docs.docker.com/engine/userguide/networking/
      1. Docker's Networking documentation shows how to use

      1. docker
      1. network
      1. ls
      1. and ifconfig
      ...
      1. to determine Docker's IP address.
       Older
      1.  
      2. Older installations that use docker-machine may need to use
      :
      1. docker-machine
      1. ip.
         
    1. You should be able to now access Clowder :
      at <dockerIP>:9000.
      You can also access the RabbitMQ management console at : <dockerIP>:15672.

    Install pyClowder 2

    Writing an extractor

    ...