网站首页
编程语言
数据库
系统相关
其他分享
编程问答
TTRSS
2024-11-12
宝塔面板手动安装 Tiny Tiny RSS
环境php8.3+mysql8gitclonehttps://git.tt-rss.org/fox/tt-rss.gittt-rss解压,把config.php-dist改为config.php在里面修改数据库连接配置#追加putenv('TTRSS_DB_TYPE=mysql');putenv('TTRSS_DB_PORT=3306');putenv('TTRSS_DB_HOST=dbhost');putenv(