Other helpful tools for interfacing with Neurobagel
- Create a file containing a private key for the Neurobagel Bot app
- 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 appHOST_NB_BOT_KEY_PATH
: the path to the private key file on your machine (if not provided, will default to./private_key.pem
)
- Navigate to the root of the repository and run:
docker compose up -d
If running the OpenNeuro Uploader API as a Python app, ensure that the following environment variables are set:
NB_BOT_ID
: the app ID of the Neurobagel Bot app (found on the settings page for the app)NB_BOT_KEY_PATH
: path to a file containing a private key for the Neurobagel Bot app