Skip to content

jerrykan/tinytinyrss-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Tiny RSS

Formula to install and configure the Tiny Tiny RSS news feed reader.

Notes

This formula does not initialise the tinytinyrss database as would occur if the user was using the web interface installer. The database can be initialised by hand using one of the following commands.

PostgreSQL:

$ PGPASSWORD="<db_pass>" psql -h <db_host> -f <install_dir>/schema/ttrss_schema_pgsql.sql <db_name> <db_user>

MySQL:

$ mysql -h <db_host> -u <db_user> -p<db_pass> jerrykan_reader < <install_dir>/schema/ttrss_schema_mysql.sql

Available states

Installs and configures the Tiny Tiny RSS files.

Configure a cronjob to keep feeds up-to-date.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published