Skip to content

Backend Installation

Distributed Deployment

You can deploy the backend on a separate server to achieve frontend-backend separation.

Multiple backend instances can also be deployed across different servers to handle high concurrency.

Deploy AppleAutoPro Backend

Run the following command:

bash
bash <(curl -Ls https://raw.githubusercontent.com/SideCloudGroup/AppleAutoPro-Backend/refs/heads/v4/install_en.sh)

🚀 Start Backend Service

Navigate to the installation directory and run the following command to start the backend service:

bash
docker compose up -d

📋 View Logs

To check the backend service status, run:

bash
docker compose logs