Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.69 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.69 KB

codecov Python versions License

tools

Other helpful tools for interfacing with Neurobagel

Steps to deploy

  1. Create a file containing a private key for the Neurobagel Bot app
  2. Create a .env file with two variables:
    • NB_BOT_ID: the app ID of the Neurobagel Bot app, which you can find on the settings page for the app
    • HOST_NB_BOT_KEY_PATH: the path to the private key file on your machine (if not provided, will default to ./private_key.pem)
  3. Navigate to the root of the repository and run:
    docker compose up -d

Setting up a development environment

If running the OpenNeuro Uploader API as a Python app, ensure that the following environment variables are set: