Tiny Tiny RSS on Bluehost

Posted by:

|

On:

|

Just moved my TT-RSS installation from veganhacker to this domain. veganhacker had the old 1.7.5 version and I wanted to upgrade. Since I’m in the process of wiping content from that domain, it was a good time to set up shop in a more permanent spot!

Set-up was easy:
Download the tarball (currently at version 1.7.9)
– and follow the installation instructions

The only items I would add to the list are:
– don’t forget to create a new DB (I called mine ttrssdb) and run (import) ttrss_schema_mysql.sql from the schema directory from your unzipped ttrss files
– and don’t forget to set up the CRON job to auto-update the feeds
I have mine set to update every 30 minutes everyday ( 0,30 * * * * ) with command =

cd // && /usr/php/54/usr/bin/php -d register_argc_argv=On -f ///update.php -- --feeds >/dev/null 2>&1

– make sure you’ve got your config.php pointed to the proper PHP version (remember, 5.3 or later is required).

    define('PHP_EXECUTABLE', '/usr/php/54/usr/bin/php');

Setting up stuff like this is just the kind of fun I like to have, and it’s a big bonus that my data is mine and I’m only at the mercy of my own technical limits.

Posted by

in