wenjiangtao / uboss-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UBOSS

Geting Start

cp config/database.yml.example config/database.yml

Config your DB

cp config/secrets.yml.example config/secrets.yml

Config runing data, upyun / weixin / product_sharing ....

run

bundle install
bin/rake db:create && bin/rake db:migrate
bin/rake db:seed # genrate 2 admin user

# start your development server
bin/rails s

# start sidekiq for background job
bin/sidekiq

Requires

  • ruby 2.2.2
  • DB Postgresql & Redis
  • 微信支付需要下载 apiclient_cert.p12
  • imagemagic

配置开发环境

查看Towering上的这个文档

About


Languages

Language:Ruby 41.6%Language:HTML 35.5%Language:CSS 14.2%Language:CoffeeScript 7.5%Language:JavaScript 0.7%Language:Shell 0.5%