Installs Tiny Tiny RSS and required apache2/php/mysql installation
- Debian, Ubuntu
- apt
- apt
- apache2
- php >= 1.1.8
- mysql
- database
node['tt-rss']['database']['name']
- Name of the mysql database. Default istt-rss
node['tt-rss']['database']['user']
- Name of the mysql user for the database. Default istt-rss
node['tt-rss']['database']['password']
- Name of the password for the database user. Default istt-rss
node['tt-rss']['download-url']
- Location of the Tiny Tiny RSS package. Default is https://github.com/gothfox/Tiny-Tiny-RSS/archive/1.7.8.tar.gznode['tt-rss']['url']
- URL of the web site. Defaulthttp://my-tinyrss.com/
node['tt-rss']['server_name']
- Name of the server, used in apache site configuration. Defaultmy-tinyrss.com
node['tt-rss']['install_dir']
- Installation directory. Default/opt/tt-rss
- Just run the
default
recipe. Make surenode['tt-rss']['install_dir']
is located inside your web-root. (E.G./var/www/tt-rss/
) and make surenode['tt-rss']['url']
is set accordingly (E.G.http://my-site.com/tt-rss/
) - Navigate to url set in
node['tt-rss']['url']
and log in withadmin/password
- Run the
default
recipe and theapache-site
recipe. Make surenode['tt-rss']['server_name']
is set. - Navigate to url set in
node['tt-rss']['url']
and log in withadmin/password