Installation Guide¶
1. Docker (Recommended)¶
The recommended way to run Orbis is using Docker. This ensures consistent behavior across different environments and simplifies the setup process.
Prerequisites¶
- Install Docker
- Ensure you have a valid Houston API token (with
SYSTEM_ADMIN
role) for authentication
Docker Setup¶
Create a .env
file with your configuration:
2. Orbis CLI Binary¶
Warning
Binaries are currently experimental.
If you prefer to run Orbis directly on your system, you can request the binary package from Astronomer. We provide pre-built binaries for:
- Linux (x86_64)
- macOS (x86_64, arm64)
- Windows (x86_64)
Please contact your Astronomer representative to obtain the appropriate binary for your platform. They will provide you with:
- The binary package for your operating system
- Instructions for setting up environment variables
- Any additional configuration requirements
Configuration¶
After installation, you'll need to configure Orbis with your credentials. You will need:
- A valid Houston API token (with
SYSTEM_ADMIN
role) - Your Organization ID
- The reporting period (start and end dates)
See the Usage Guide for detailed setup instructions.