To request assistance with your project please fill in the support request for bellow.
If you require support for a large project, please register and follow the link to the collaboration page.

Knowledgebase:Installing Holmes with Docker

I would like to setup a docker based web-app like Holmes on my personal computer.

  1. Install Docker:

    For Windows, follow this link: https://hub.docker.com/editions/community/docker-ce-desktop-windows

    For Mac, follow this link: https://hub.docker.com/editions/community/docker-ce-desktop-mac

    For Ubuntu: https://docs.docker.com/install/linux/docker-ce/ubuntu/

  2. Copy the holmes.zip file into a folder you would like to work from.

  3. Unzip the holmes.zip file

  4. Using command line, navigate to the holmes folder and type:

    docker-compose build

  5. Run holmes by typing

    docker-compose up

  6. Navigate to http://0.0.0.0:8000 in your browser

View other Pipelines articles, or continue viewing other knowledgebase articles.