Skip to content

sloanelab-org/knowledgebase-portals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Prerequisites

  • Docker
  • Docker Compose
  • Access to SloaneLab Docker Hub account
  1. Download the Docker Compose file

    Go to https://github.com/sloanelab-org/knowledgebase-portals/blob/main/docker-compose.yml
    Click the three dots on the upper right-hand corner and select "Download" from the dropdown menu.

  2. Navigate to the downloaded File directory

    cd your/local/directory

  3. Log in to SloaneLab Docker Hub account

    docker login

  4. Run the KnowledgeBase portal in attached mode (which allows you to see the output in the terminal)

    docker-compose up

    Note: The first time you run this command, it will take some time to download and pull all necessary images from Docker Hub. Subsequent runs will be faster as the images will be cached locally.

    After the application has started, the KnowledgeBase portal will be available at: http://localhost:10220

  5. Run the KnowledgeBase portal in detached mode (which runs the services in the background)

    docker-compose up -d

  6. Stop the application running in detached mode

    docker-compose down

For a demonstration of how to run the application, please watch the demo video: [Watch Demo] (https://www.youtube.com/@SloaneLab/videos)

For any questions, or if you need access to the SloaneLab Docker Hub credentials, please contact us at sloanelab@ucl.ac.uk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published