quoije / feedrapp

A service for parsing RSS and Atom feeds.

Home Page:https://feedrapp.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feedrapp

Travis build status dependencies Status devDependencies Status

A service for parsing RSS and Atom feeds.

Documentation

Please see https://feedrapp.info for further information.

Systemd Service

Once you have downloaded this repository to your desired location, you can install it as a systemd service. Update systemd/feedr.service WorkingDirectory and ExecStart parameters to point to the location of your cloned repository. Then execute the following:

cd systemd
sudo make install

Load Balanced Hosting

Spawn the load balancer

rm Procfile
mv Procfile-LB Procfile
git commit -m "Use LB Procfile"
git push heroku master

Spawn the workers

git push heroku master

tmuxinator

Assumption:

You have the folders ~/Projects/feedr-app-[1-9]:

brew install tmuxinator
tmuxinator local

Controls

About

A service for parsing RSS and Atom feeds.

https://feedrapp.info

License:MIT License


Languages

Language:HTML 32.2%Language:CSS 31.7%Language:JavaScript 25.6%Language:Less 4.5%Language:Pug 3.4%Language:CoffeeScript 2.3%Language:Makefile 0.1%Language:Dockerfile 0.1%