ckeditor 설치중 문의합니다. - 미리 감사합니다.
SEO daniel이(가) 2018-09-19에 추가
안녕하세요.
처음 레드마인 설치했습니다.
*환경 : redmine 3.4.6 , windows2016 , ckeditor 1.1.5
* 참고 페이지 : https://github.com/a-ono/redmine_ckeditor
위 페이지의 설치 안내대로 아래 명령을 실행했습니다.
bundle install --without development test
실행하면 아래와 같은 메세지가 나타납니다.
어떻게 진행해야하는지 모르겠습니다.
------------------------------------------------------------------------
You are trying to install in deployment mode after changing your Gemfile.
Run `bundle install` elsewhere and add the updated Gemfile.lock to version control.
If this is a development machine, remove the Gemfile freeze by running `bundle install --no-deployment`.
You have added to the Gemfile:
* source: https://github.com/a-ono/rich.git (at master)
* rich
* kaminari
* htmlentities
* paperclip (~> 4.2.1)
* pandoc-ruby
답글 (1)
RE: ckeditor 설치중 문의합니다. - 미리 감사합니다. - SEO daniel이(가) 2018-09-19에 추가
[자답]
아래와 같은 순서로 적용하니 됐습니다.
gem update rake //이 업데이트가 영향을 줬는지는 잘 모르겠어요.
bundle install --no-deployment
bundle install --without development test
rake redmine:plugins:migrate RAILS_ENV=production