Aidbox
Aidbox.Dev
Aidbox.Cloud
Aidbox.One
Fhirbase
Searchβ¦
Getting started
Getting Started
Installation & Configuration
π
Devbox
π
Devbox in Cloud
π
Devbox with bb
Configure Devbox/Aidbox/Multibox
aidboxdb image
π
Update Aidbox
Features
Licensing and Support
Versioning & Release Notes
FAQ
Aidbox configuration
Aidbox project
API constructor (beta)
Setup SMTP provider
Zen Configuration
API
FHIR API
REST API
Bulk API
Batch Upsert
Batch/Transaction
Cache
ETAG support
Reactive API
Sequence API
Encryption API
Compartments API
GraphQL API
RPC API
Aidbox UI
Profiling and validation
Profiling and validation overview
Profiling with zen-lang
Asynchronous resource validation
Profiling with AidboxProfile
Terminology
Aidbox terminology module overview
Import external (not-present) terminologies
Concept
CodeSystem
ValueSet
$translate on ConceptMap
Terminology Tutorials
FHIR Implementation Guides
π
HL7 FHIR Da Vinci PDex Plan Net IG
App development guides
Tutorials
Administration
Receive logs from your app
$matcho
$to-format
Security & Access Control
Overview
Authentication Flows
Access Control
Multitenancy
Storage
Archiving
Database
AWS S3
GCP Cloud Storage
Azure Blob Storage
Core Modules
Entities & Attributes
$json-schema
Monitoring
Logging & Audit
Modules
HL7 v2 Integration
FHIR Resources
Custom Resources
Aidbox Search
First-Class Extensions
Multibox
Multibox box manager API
Plan API
Plan API Overview
Patient Access API
Integrations
Analytics
Audit
Authentication
Tools
Mappings
Aidbox SDK
Contact us
Powered By
GitBook
π
Devbox with bb
babashka (bb) is a Clojure scripting tool allowing to describe complex configurations simply
Pre-requirements
Your system must have these programs installed:
docker-compose
β
babashka
β
Use Aidbox with
bb
Clone devbox repo and switch to the
bb
branch:
1
git
clone https://github.com/Aidbox/devbox.git
2
git
checkout bb
Copied!
Create a
license.edn
file with following content:
1
{:id "your license id", :key "your license key"}
Copied!
See the
Devbox guide
to see how to obtain license
Start Devbox and all additional services with
1
bb up
Copied!
bb up
generates
docker-compose.yml
and does
docker compose up
Execute
bb tasks
to list all available automatizations
When
bb up
is done, Devbox url and admin credentials will be printed
1
Aidbox started - open browser at http://localhost:8888
2
login with {:id admin, :password secret}
Copied!
Previous
Devbox in Cloud
Next
Configure Devbox/Aidbox/Multibox
Last modified
2mo ago
Copy link
Contents
Pre-requirements
Use Aidbox with bb