From cdc8cac4e58cc730efd8af315fd39241229b65a0 Mon Sep 17 00:00:00 2001 From: p6zpjanrb <1157949412@qq.com> Date: Mon, 8 Jul 2024 08:09:39 +0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1afcce5..065575e 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,15 @@ 主要配置环境: >node v0.10.28+ >python 3.9 ->redIs ~ -
- +>redIs ~/ + ##部署步骤 --- 1. 添加系统环境变量 - >export $PORTAL_VERSION="production" // production, test, dev -2. >npm install //安装node运行环境 -3. >yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 宝塔界面安装 -4. >bt 14 //启动宝塔系统 + >export $PORTAL_VERSION="production" // production, test, dev +2. >npm install //安装node运行环境 +3. >yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 宝塔界面安装 +4. >bt 14 //启动宝塔系统 5. 宝塔界面中上传本项目全部文件
@@ -47,8 +46,8 @@ development_of_web_application_systems. ├─ uwsgi.ini ├─ uwsgi.pid ├─ gunicorn_conf.py -├─ main.py //主函数 -├─ LICENSE //许可证 +├─ main.py //主函数 +├─ LICENSE //许可证 ├─ README.md