Ronson's Blog
  • Home
  • Shuttlecock Game Log
Subscribe
Tagged

RSS

A collection of 2 posts

nginx

TTRSS Migration to New Server

Prepare the old Server Stop the update service e.g. service ttrss stop Export the DB, assuming you're using Postgresql: sudo -u postgres pg_dump ttrss > dbdump 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 mainline[2] c.

Ronson Chan May 20, 2016 • 1 min read
nginx

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

Install Debian Wheezy Install git apt-get install git Install dependencies Python: apt-get install python-pip python-dev build-essential libxml2-dev libxslt-dev python-dev Install the morss requirements: pip install -r requirements.txt Or install the Python packages individually: a. lxml: pip install lxml b. readability: pip install readability-lxml c. dateutil: pip install python-dateutil (this

Ronson Chan Jan 21, 2015 • 2 min read
Ronson's Blog © 2021
Powered by Ghost