项目地址:github.com/huzhengen/w… test 分支
安装 redis 和 postgresql
brew install redis postgresql
docker 启动 redis 和 postgresql
docker-compose up
启动项目
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rails s