Skip to content

emiksk/camome

 
 

Repository files navigation

== 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>.

About

CAMOME MOtivates ME

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.7%
  • HTML 18.3%
  • CoffeeScript 3.3%
  • CSS 3.0%
  • JavaScript 0.7%