linuxsable / rread

An experimental, minimal, social RSS reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== rread dev docs

Required services:
- Rails
- Mysql
- Redis
- Memcache
- Bundler

== Running Paperboy

RAILS_ENV=production rails runner script/paperboy.rb run

== Starting passenger

RAILS_ENV=production passenger start -p 8000

RAILS_ENV=production passenger start -p 8000 > /dev/null & disown

== Compiling assets

RAILS_ENV=production bundle exec rake assets:precompile

== Starting Resque Pool

resque-pool --daemon --environment production

About

An experimental, minimal, social RSS reader


Languages

Language:Ruby 82.1%Language:CoffeeScript 9.0%Language:CSS 7.9%Language:JavaScript 1.0%