Ubuntu-24.04-LTS 安装 ERPNext15
Ubuntu 24.04 LTS 中的 Frappe-ERPNext 版本 15 在 Ubuntu 24.04 LTS 中安装 Frappe/ERPNext 版本 15 的完整指南 转自:https://github.com/D-codE-Hub/-Frappe-ERPNext-Version-15--in-Ubuntu-24.04-LTS 请参阅此文了解默认 Python 3.11 设置 D-codeE 视频教程 先决条件 Python 3.11+ (python 3.12 is inbuilt in 24.04 LTS) Node.js 18+ Redis 5 (caching and real time updates) MariaDB 10.3.x / Postgres 9.5.x (to run database driven apps) yarn 1.12+ (js dependency manager) pip 20+ (py dependency manager) wkhtmltopdf (version 0.12.5 with patched qt) (for pdf generation) cron (bench's scheduled jobs: automated certificate renewal, scheduled backups) NGINX (proxying multitenant sites in production) 笔记: ubuntu 24.04默认python版本是python3.12 ubuntu 24.04默认mariadb版本是10.11 步骤 1 安装 git sudo apt-ge...
评论
发表评论