Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.06 KB

README.org

File metadata and controls

47 lines (34 loc) · 1.06 KB

== README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

Install したあとにすること

1. gem をインストール

$ bundle install --path vendor/bundle

2. secrets.yml を用意

$ bundle exec rake secret

上記のコマンドで生成した鍵を, config/secrets-example.yml 内の <SECRETKEY> と置換える. 置換えたら,以下のコマンドで config/secrets-example.yml を config/secrets.yml に変更.

$ mv config/secrets-example.yml config/secrets.yml

3. サブモジュールの適用

$ git submodule init
$ git submodule update

Ruby version

System dependencies

Configuration

Database creation

Database initialization

How to run the test suite

Services (job queues, cache servers, search engines, etc.)

Deployment instructions

Please feel free to use a different markup language if you do not plan to run <tt>rake doc:app</tt>.