<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Smartchart开发手册</title>
    <link>https://help.smartchart.cn/en/docs/11.Deployment/Linux/</link>
    <description>Recent content on Smartchart开发手册</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://help.smartchart.cn/en/docs/11.Deployment/Linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/11.Deployment/Linux/ProductionDeploy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/11.Deployment/Linux/ProductionDeploy/</guid>
      <description>Introduction # This document describes the complete production deployment architecture for SmartChart, including the standard Python + uWSGI + Nginx stack. Production deployment requires consideration of performance, security, and stability.
Production Architecture # User Request → Nginx(80/443) → uWSGI → Django(SmartChart) ↓ Static Files (Nginx direct) ↓ Database (MySQL/PostgreSQL) Component Description # Component Purpose Port Nginx Reverse proxy, static file serving, SSL termination 80/443 uWSGI WSGI application server Unix Socket Django SmartChart application - MySQL/PostgreSQL Production database 3306/5432 Professional edition provides enterprise production deployment and offline deployment solutions.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/11.Deployment/Linux/QuickStart/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/11.Deployment/Linux/QuickStart/</guid>
      <description>Introduction # This document covers the complete process of manually deploying SmartChart on a Linux server (CentOS 7 example), including Python installation, virtual environment setup, and project deployment. For production environments, refer to the Production Deployment Guide.
Environment Requirements # Component Min Version Recommended CentOS 7.x 7.x / 8.x Python 3.8+ 3.9.x Memory 2GB 4GB+ Directory Layout # /data/smartchart/ # Project main directory /data/smartchart/tools/ # Tools directory /data/smartchart/myvenv/ # Python virtual environment Base Environment and Versions # CentOS 7 Python 3.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/11.Deployment/Linux/SQLite3Error/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/11.Deployment/Linux/SQLite3Error/</guid>
      <description>Introduction # On some operating systems (e.g., CentOS 7), running SmartChart with SQLite3 may encounter version incompatibility errors. This is because the system&amp;rsquo;s built-in SQLite3 version is too low — Django requires SQLite 3.8.3 or later.
Error Message # django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17). Solution Comparison # Solution Difficulty Use Case Recommended Upgrade system SQLite3 Medium General Good Use pysqlite3 replacement Simple Quick fix Best Solution 1: Upgrade System SQLite3 # From StackOverflow:</description>
    </item>
    
  </channel>
</rss>
