Run Aidbox locally using Aidbox Configuraiton project
Last updated
Last updated
This guide helps you to launch and explore the Aidbox key features locally through built-in interactive tutorials called Notebooks.
It introduces you to:
The aidbox installation process with Docker & Docker Compose,
Basic API capabilities like RESTful FHIR and SQL API,
Aidbox UI features that make the Aidbox instance transparent for you.
Please make sure that both Docker & Docker Compose are installed.
Create the Aidbox License for the 14-day trial period on https://aidbox.app/, select self-hosted, or use the license that you already have.
The Aidbox License Key will be required in the next step, where we will prepare the configuration for Aidbox.
Dedicated Aidbox Configuration Projects configure Aidbox.
You can start with the default configuration project published on our GitHub and customize it for your specific needs later. Select the FHIR version and clone the corresponding project with the Bash commands below:
Here is the basic structure of the Aidbox Configuration Project:
Aidbox Configuration Projects
Everything in Aidbox can be configured with a dedicated Aidbox Configuration Project from the FHIR version definition to enabling add-on modules.
This approach helps you keep configurations under a version control system and share them between Aidbox Instances.
Update the .env file within your configuration project with the Aidbox License Key from Step 1:
Start Aidbox with Docker Compose:
Navigate to http://localhost:8888/ and Sign In to the Aidbox UI using the login admin
and password password
.
Go to the Notebooks section within the Aidbox UI and open Getting Started Notebooks.
Use the pre-defined Getting Started Notebooks to explore the basic features of Aidbox through interactive steps with API queries:
Aidbox Notebooks
Notebooks are interactive tutorials within the Aidbox UI with built-in REST, RPC, and SQL editors and the ability to execute requests and queries on the fly and see the result. You can use pre-built or create your own Notebooks. Learn more.
Learn more about Aidbox Configuration
Unlock additional capabilities of Aidbox UI
Dive into the built-in Aidbox Notebooks