deployment-and-ops

Deploy and operate a single-server vehicle insurance data analysis platform.

1|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/alongor666/daylyreport --skill deployment-and-ops
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-and-ops
Source: https://github.com/alongor666/daylyreport/tree/main/.claude/skills/deployment-and-ops
Command: npx skills add https://github.com/alongor666/daylyreport --skill deployment-and-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Flask, pandas, openpyxl, npm.

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.

Frequently Asked Questions about deployment-and-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Flask and Vue application to a server?▼

Deployment involves building your Vue frontend, then using scp to transfer the project to your server and running the application directly. This Skill provides step-by-step guidance for production deployment of Flask and Node.js-based applications on a single server.

How do I set up a local development environment quickly?▼

Use the provided start_server.sh script, which automates Python and Node.js environment checks, installs dependencies via npm and pip, and starts both backend and frontend in one command.

What should I do if my application won't start or has port conflicts?▼

This Skill addresses common deployment issues including port conflicts, missing dependencies, and file permission errors. It explains service management commands and log viewing techniques to diagnose and resolve startup problems.

How do I manage and troubleshoot services on a production server?▼

Service management covers checking status, starting, stopping, and running services in the background. Log viewing and search commands help identify issues in backend operations and connectivity.

Can I use this for a multi-server deployment?▼

This Skill applies to a simple, single-server deployment model. It is not designed for distributed systems, load balancing, or multi-server architectures requiring more complex orchestration.