Tencent Server Web 安装试用

Tencent Server Web 安装试用

私有环境搭建,使用docker-compose 进行memcache 安装

参考github 代码 https://github.com/rongfengliang/tsw-docker-compose

启动&&运行

  • docker-compose 运行
docker-compose build

docker-compose up -d

访问地址

//service
http://hostip:8089
// sky
http://hostip:8090

具体操作

可以参考官方文档

参考文档
https://tswjs.org/guide/advance/private
https://github.com/Tencent/TSW
https://github.com/rongfengliang/tsw-docker-compose

原文地址:https://www.cnblogs.com/rongfengliang/p/9065995.html