What problem does it solve?
This Skill provides a practical guide for deploying and operating the vehicle insurance data analysis platform, focusing on a simple, single-server model. It simplifies local development setup, production deployment, service management, and troubleshooting, making operations straightforward.
Core Features & Use Cases
- Quick Start: Offers a one-command script (
start_server.sh) for rapid local development setup.
- Production Build & Deployment: Guides through building the frontend and deploying the entire project to a server via
scp and direct execution.
- Service Management: Provides commands for checking, starting, stopping, and running services in the background.
- Log Management: Explains how to view and search backend logs for effective troubleshooting.
- Common Issues & Solutions: Addresses frequent deployment problems like port conflicts, missing dependencies, and file permissions.
- Use Case: A new team member needs to set up the development environment. This skill provides step-by-step instructions and a single script to get the application running quickly, minimizing setup time.
Quick Start
Set up the local development environment and start the application using the provided 'start_server.sh' script.