윈도우 bitnami redmine 설치후 5.1.3 업그레이드 하신분 계신가요?
안 정민이(가) 2024-10-23에 추가
bitnami-redmine-5.0.3-0-windows-x64-installer 설치후 5.1.3 업그레이드 성공하신 분 계신가요?
혹은 4.2.4 나 그 이전이라도 상관없습니다.
저는 5.0.3을 설치한 후 5.1.3으로 업그레이드를 시도해 보았으나 어렵네요. 막혔습니다.
누군가 성공사례가 있습니까?
1. bitnami-redmine-5.0.3-0-windows-x64-installer 설치
2. 5.1.3 다운
> https://www.redmine.org/releases/redmine-5.1.3.tar.gz
3. ruby 업그레이드
> redmine 5.1.3 에서는 Ruby 2.7 이상과 Rails 6.1을 필요
> 그런데 막상 Rails 6.1을 설치하려면 ruby 3.2 이상을 요구
- https://rubyinstaller.org/ 에서 Ruby 3.3을 다운 받은후 Ruby 경로에 오버라이트 함 (성공)
4. rails 업그레이드
- gem install rails -v "~> 6.1" --no-document
5. rubygem 업데이트
- gem update --system 3.5.22
6. bundle install --without development test
- 수행하면 Gemfile.lock 파일에서 Rails 버전이 6.1.7로 잠겨있다고..
6. bundle update rails
- 이걸 수행하라고 해서 하는데,, 시간만 오래걸리고 해결은 안되는것 같습니다.
- 갈길이 멀어 포기하고 싶네요.
C:\Bitnami\redmine-5.0.3-0\apps\redmine\htdocs>bundle update rails
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Your Gemfile lists the gem redmineup (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies..................................................................................................................................................................................
혹은 4.2.4 나 그 이전이라도 상관없습니다.
저는 5.0.3을 설치한 후 5.1.3으로 업그레이드를 시도해 보았으나 어렵네요. 막혔습니다.
누군가 성공사례가 있습니까?
1. bitnami-redmine-5.0.3-0-windows-x64-installer 설치
2. 5.1.3 다운
> https://www.redmine.org/releases/redmine-5.1.3.tar.gz
3. ruby 업그레이드
> redmine 5.1.3 에서는 Ruby 2.7 이상과 Rails 6.1을 필요
> 그런데 막상 Rails 6.1을 설치하려면 ruby 3.2 이상을 요구
- https://rubyinstaller.org/ 에서 Ruby 3.3을 다운 받은후 Ruby 경로에 오버라이트 함 (성공)
4. rails 업그레이드
- gem install rails -v "~> 6.1" --no-document
5. rubygem 업데이트
- gem update --system 3.5.22
6. bundle install --without development test
- 수행하면 Gemfile.lock 파일에서 Rails 버전이 6.1.7로 잠겨있다고..
6. bundle update rails
- 이걸 수행하라고 해서 하는데,, 시간만 오래걸리고 해결은 안되는것 같습니다.
- 갈길이 멀어 포기하고 싶네요.
C:\Bitnami\redmine-5.0.3-0\apps\redmine\htdocs>bundle update rails
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Your Gemfile lists the gem redmineup (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies..................................................................................................................................................................................