Go to file
黄心宇 4f471b1fea update 2023-09-14 17:45:13 +08:00
redis update 2023-09-14 17:45:13 +08:00
.gitignore test 2023-09-14 15:54:29 +08:00
README.md update 2023-09-14 17:45:13 +08:00
config.js update 2023-09-14 17:45:13 +08:00
index.js update 2023-09-14 17:45:13 +08:00
package-lock.json test 2023-09-14 15:54:29 +08:00
package.json test 2023-09-14 15:54:29 +08:00
ssr.js test 2023-09-14 16:20:55 +08:00

README.md

SeoServer

依赖安装、运行

// 依赖
npm install
npm install pm2 -g
node node_modules/puppeteer/install.js // 安装无头浏览器可能会缺依赖可参见https://www.cnblogs.com/ilizhu/p/14504049.html

// 启动服务
pm2 start index.js

配置

config中修改redis地址端口、node服务端口、以及转发host