# cess-home-v3.0 **Repository Path**: tianhecloud/cess-home-v3.0 ## Basic Information - **Project Name**: cess-home-v3.0 - **Description**: cess官网3.0 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-03 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CESS官网V3版本 ## 安装 ```sh npm i ``` ## 运行 建议使用pm2管理web服务 ```sh pm2 start ./bin/www --name cess-home-v3 ``` 运行后,本前端程序监听在3001端口,需要使用nginx进行转发,和后台程序放在一起,如果需要修改端口,请使用根目录的webconfig.js文件 ```js port: { http: 3006, } ``` ## 查看日志 ```sh pm2 logs cess-home-v3 ``` ## 重启 ```sh pm2 restart cess-home-v3 ```