Getting Started¶
This section covers everything you need to get AppArt Agent running on your machine.
Overview¶
AppArt Agent can be run in two ways:
- Docker (Recommended): Full stack with all services pre-configured
- Local Development: Individual services for development and debugging
Sections¶
| Guide | Description |
|---|---|
| Quick Start | Get running in 5 minutes with Docker |
| Prerequisites | Required tools and accounts |
| Configuration | Environment variables and settings |
Choose Your Path¶
I want to try it out quickly¶
Follow the Quick Start guide. You'll have everything running in about 5 minutes.
I want to develop or contribute¶
- Review Prerequisites for development tools
- Follow Local Setup for detailed instructions
- Enable Hot Reload for efficient development
I want to deploy to production¶
- Complete Quick Start to verify everything works locally
- Follow GCP Deployment for production deployment