- ALL
- java33
- linux32
- 工具17
- 其他14
- 数据库7
- git5
- vue5
- nas5
- 前端5
- ai3
- framework3
- windows3
- app2
- 脚本2
- docker2
- hexo2
- 智能家居2
- maven2
- 小程序2
- spring2
- api1
- 资源1
- mysql1
- 安全1
- markdown1
- python1
- question1
- 运维1
- 数据传输1
- 数据结构1
- nginx1
博客评论系统Twikoo本地化部署
安装 1npm i -g tkserver 配置环境 执行一下代码,根据自己情况自行修改TWIKOO_DATA,TWIKOO_PORT,TWIKOO_THROTTLE后面的内容。PS:TWIKOO_DATA是干嘛的我也不知道,实际也没见他生效 12345678echo " ">>/etc/profileecho "# Made for tikoo env by chenqi on $(date +%F)">>/etc/profileecho 'export TWIKOO_DATA=/home/twikoo'>>/etc/profileecho 'export TWIKOO_PORT=7654'>>/etc/profileecho 'export TWIKOO_THROTTLE=20000'>>/etc/profiletail -4 /etc/profilesource /etc/profileecho $PATH 启动服务 1nohup tkserver >> tkserver.log...