Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 549 Bytes

File metadata and controls

27 lines (27 loc) · 549 Bytes

#BB RANKING 每日更新中国宝宝类货币基金收益排行榜 ##安装 在项目目录下

cp config/database.yml.default config/database.yml

database.yml里修改自己的数据库信息

production:
  adapter: mysql2
  database: # your database
  pool: 5
  timeout: 5000
  host: # your host
  username: root
  password: # your password

运行抓取数据定时任务

whenever -i

##TODO

  1. 用户系统(完成)
  2. 记账功能(完成)
  3. SEO优化
  4. 使用访问统计(完成)