Skip to content

Instantly share code, notes, and snippets.

@faizal2007
Last active March 26, 2020 11:29
Show Gist options
  • Save faizal2007/bba394283b97e940fb0ccb6ed07e0c21 to your computer and use it in GitHub Desktop.
Save faizal2007/bba394283b97e940fb0ccb6ed07e0c21 to your computer and use it in GitHub Desktop.
redmine installation notes
#Install plugin
bundle config set without 'development test'
bundle config set path 'vendor/bundle'
bundle install
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
touch tmp/restart.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment