# sample_app **Repository Path**: bsjg/sample_app ## Basic Information - **Project Name**: sample_app - **Description**: rails教程主章 - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README This README would normally document whatever steps are necessary to get the application up and running. 部署地址: [bsjg-rails-sample.herokuapp.com](https://bsjg-rails-sample.herokuapp.com) Things you may want to cover: * Ruby version 2.4.1 * System dependencies ubuntu16.04 * Configuration * Database creation * Database initialization * How to run the test suite * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * ... ## 开始 ``` bundle install --without production rails db:migrate rails test rails server ```