Skip to content
forked from nomlab/nomnichi

Nomura Laboratory's Blog System

Notifications You must be signed in to change notification settings

otsuki-at/nomnichi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install したあとにすること

1. gem をインストール

$ bundle install --path vendor/bundle

2. secret key の設定

$ 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. 初期設定

$ bundle exec rake db:migrate

4. jquery tree view の導入

$ git submodule init
$ git submodule update

5. OmniAuthの設定

$ cp config/application_settings_sample.yml config/application_settings.yml
$ vim config/application_settings.yml # -> set client_id, client_secret, allowed_team_id

利用方法

1. Rails server の立ち上げ

$ bundle exec rails s

上記操作後,ウェブブラウザから http://ホスト名:3000/ にアクセス

About

Nomura Laboratory's Blog System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.1%
  • Ruby 14.1%
  • CoffeeScript 2.8%
  • SCSS 2.1%
  • Shell 0.8%
  • CSS 0.8%
  • JavaScript 0.3%