Quick Start
This page keeps the shortest path for first-time evaluation. Start with a local environment, then move to the full deployment and configuration references when needed.
Who Should Start Here
- Developers who want to try the full flow locally first
- Teams that need a sign-in capable demo environment quickly
- Users who plan to move from Docker Compose to Helm or production settings later
Two Steps To Get Running
1. Clone The Repository And Prepare Environment Variables
bash
git clone https://github.com/iflytek/astron-agent.git
cd astron-agent/docker/astronAgent
cp .env.example .envAfter copying the file, fill in model, database, object storage, and authentication settings as required.
2. Start The Services
bash
docker compose -f docker-compose-with-auth.yaml up -dOnce the stack is ready, the default entry points are:
- Astron Agent frontend:
http://localhost/ - Casdoor admin console:
http://localhost:8000
Recommended Reading Order
- Read the Deployment Overview
- Continue with Configuration Overview
- Check the FAQ when you need troubleshooting paths
