Ronson's Blog
  • Home
  • Shuttlecock Game Log
Sign in Subscribe

RSS

A collection of 2 posts
nginx

TTRSS Migration to New Server

1. Prepare the old Server 2. Stop the update service e.g. service ttrss stop 3. Export the DB, assuming you're using Postgresql: sudo -u postgres pg_dump ttrss > dbdump 4. Prepare new server[1] a. Install PHP: apt-get install php5 php5-fpm php5-curl php5-pgsql php5-gd php5-mcrypt php5-cli b. Install nginx
May 20, 2016 1 min read
nginx

Setting up morss (Full Text RSS Expander) on Debian Wheezy

1. Install Debian Wheezy 2. Install git apt-get install git 3. Install dependencies Python: apt-get install python-pip python-dev build-essential libxml2-dev libxslt-dev python-dev 4. Install the morss requirements: pip install -r requirements.txt Or install the Python packages individually: a. lxml [http://lxml.de/installation.html#installation]: pip install lxml b.
Jan 21, 2015 2 min read
Page 1 of 1
Ronson's Blog © 2023
Powered by Ghost