Backend Installation
Distributed Deployment
If the backend and frontend are not on the same server, please open the Redis
service port on the frontend server and set a password. There is no need to manually enter the Redis password during backend deployment — the program will automatically read the frontend's Redis password.
You can deploy multiple backend instances 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