Results 1 to 14 of 14

Thread: [How-To] Tiny Tiny RSS (Google Reader)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Lightbulb [How-To] Tiny Tiny RSS (Google Reader)

    [How-To] Get "Google Reader" working right on router

    As you might know, Google Reader is to shutdown on summer. The goal of this How-To is to install Google Reader replacement
    right to router - a Tiny Tiny RSS which Looks like Google Reader, Feels like Google Reader and so on Check out my video clip.


    The positive side effect is a privacy — no one can see what feeds you are reading.

    Pre-requirements: asuswrt-merlin firmware on board and a USB drive with Entware installation.

    Download and unpack preconfigured TT-RSS
    Code:
    cd /opt
    wget http://files.ryzhov-al.ru/Routers/tt-rss/tt-rss_1.7.5.tgz
    tar -xvzf ./tt-rss_1.7.5.tgz
    rm ./tt-rss_1.7.5.tgz
    Install necessary packages
    Code:
    opkg install \
    dtach \
    lighttpd-mod-fastcgi \
    mc \
    mysql-server \
    php5-cgi \
    php5-cli \
    php5-mod-ctype \
    php5-mod-curl \
    php5-mod-dom \
    php5-mod-hash \
    php5-mod-iconv \
    php5-mod-json \
    php5-mod-mbstring \
    php5-mod-mysql \
    php5-mod-session \
    php5-mod-simplexml \
    php5-mod-xml \
    wget
    Start it!
    Code:
    /opt/etc/init.d/S70mysqld start
    /opt/etc/init.d/S80lighttpd start
    /opt/etc/init.d/S81ttrss-update start
    All necessary stuff will be started automatically on reboot.

    Point a browser to
    Code:
    http://192.168.1.1:81/tt-rss/
    where 192.168.1.1 is an ip address of router, enter default credentials "admin"/"password" and enjoy using Tiny Tiny RSS.

    That's an easy way of installing TT-RSS. If you want to know technical detail about it, see third post.
    Last edited by ryzhov_al; 09-08-2013 at 07:56. Reason: Залил по новой

Similar Threads

  1. Установка и настройка 3proxy/tinyproxy server на роутере
    By n0isy in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 144
    Last Post: 19-04-2015, 21:46
  2. Отправка SMS-оповещений при помощи Google
    By gaur in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 104
    Last Post: 26-12-2014, 10:16
  3. Cloud Print от Google на роутере
    By brightred in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 15
    Last Post: 16-11-2013, 08:48
  4. Скрипт для скачивания подкастов Python + Google Reader
    By 1ac3124 in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 4
    Last Post: 18-08-2010, 12:36

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •