Quickstart

1 min read

Running the Archestra Platform

  1. Start with Docker

    docker pull archestra/platform:latest;
    docker run -p 9000:9000 -p 3000:3000 \
       -v archestra-postgres-data:/var/lib/postgresql/data \
       -v archestra-app-data:/app/data \
       archestra/platform;
    
  2. Open http://localhost:3000

  3. The platform is now running with:

Archestra Platform Chat Interface

Quickstart | Archestra Docs | Archestra