INSTALL RAP2
https://github.com/thx/rap2-delos
https://github.com/thx/rap2-dolores
依赖环境:
- install MySQL
- install git
- install redis
- install nodejs
配置
delos 后端
修改配置文件rap2-delos/src/config/config.prod.ts
,配置端口号8088
dolores 前端
修改配置文件rap2-dolores/src/config/config.prod.js
配置域名访问,后端指定路径:
1 |
|
nginx配置:后端请求转发localhost:8088
1 |
|