Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 105 Bytes

File metadata and controls

6 lines (5 loc) · 105 Bytes

部署步骤

  • bundle install
  • rake db:init
  • rake db:migrate
  • rails s -b 0.0.0.0 -p <port>