Skip to content

Instantly share code, notes, and snippets.

@PharaohKJ
Last active December 17, 2015 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PharaohKJ/5554192 to your computer and use it in GitHub Desktop.
Save PharaohKJ/5554192 to your computer and use it in GitHub Desktop.
間違えて非公開にしちゃったので公開で。redmineをupdateしたあとに入力するコマンド忘れるのでMakefileにしておきます。
## Redmineをアップデートしたら叩くmake
## make update
## としてくれ
# DBのアップデート
migration:
rake db:migrate RAILS_ENV="production"
# キャッシュの削除
clean_cache:
rake tmp:cache:clear
rake tmp:sessions:clear
update: migration clean_cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment