Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 381 Bytes

README.rdoc

File metadata and controls

20 lines (17 loc) · 381 Bytes

wakmj.com 是一个轻型的美剧迷社区。

Requirements

  • Redis 2.4.15

  • MongoDB 2.0.6

  • Rails 3.2.8

  • Ruby 1.9.3

Installation

  1. 安装需要的 gems

bundle install
  1. 抓取资源

rake parse:yyets
  1. 启动 sidekiq 队列

nohup bundle exec sidekiq -C config/sidekiq.yml
  1. 启动 Rails

cp config/config.yml.dev config/config.yml
rails s