




















Mac中如何安装FreshRSS
参考FreshRSS的github主页。不过还是麻烦,请千问帮忙,简直不要太简单。步骤如下:
用以下命令安装:
brew install php
brew install composer
命令如下:
git clone https://github.com/FreshRSS/FreshRSS.git
cd FreshRSS
# 如果想参与开发可切入edge分支:git checkout edge
php -S localhost:8080 -t .
接下来访问 http://localhost:8080 进行安装。
数据都在data下面,拷贝他就可以进行迁移。更新的话运行如下脚本。
运行以下脚本
echo 'alias freshrss="cd ~/FreshRSS && php -S localhost:8080 -t ."' >> ~/.zshrc
source ~/.zshrc
然后每次运行freshrss,然后在浏览器访问 http://localhost:8080 就好。 大功告成。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。