본문 바로가기
카테고리 없음

레드마인 설치기(2)

by 엘리후 2021. 6. 25.

레드마인 버전 업데이트 ver 2.5.2 - > ver 3.3.1
애자일프로 플러그인 (유료)  - 설치완료
https://www.redmineup.com/pages/themes/coffee  - 설치완료
http://www.redmine.org/plugins/redmine_stats - 설치완료
http://www.redmine.org/plugins/redmine_close_button - 설치완료
http://www.redmine.org/plugins/status_button -  설치완료
http://www.redmine.org/plugins/time_logger - 설치완료
http://www.redmine.org/plugins/redmine_work_time  - 설치완료 
http://www.redmine.org/plugins/impasse  - 설치완료
http://www.redmine.org/plugins/redmine_lightbox2   설치완료
http://www.redmine.org/plugins/redmine_tweaks  - 설치완료
http://www.redmine.org/plugins/quick_view   - 설치완료
http://www.redmine.org/plugins/usability - 설치완료
http://martin-denizet.com Custom CSS - 설치완료
http://www.redmine.org/plugins/dmsf  - 설치완료
<두개 중 하나 비교 후 설치>
    http://www.redmine.org/plugins/due_date_reminder - 설치완료
    http://www.redmine.org/plugins/redmine_reminder  
<유료 : 기능 필요성 검토>
    https://www.redmineup.com/pages/plugins/checklists - 설치완료
    http://www.redmine.org/plugins/redmine-outlook-addin 
http://www.redmine.org/plugins/redmine_login_audit - OS 미지원
http://www.redmine.org/plugins/itol  - OUTLOOK 플러그인 (설치조사필요)

설치할수 있는 방법 : windows 2003 -> 2008 업그레이드, 
https://github.com/oneclick/rubyinstaller/issues/271#issuecomment-232534767 참조하여 해결

// 플러그인 설치
rake db:migrate RAILS_ENV="production" --trace
bundle exec rake redmine:plugins:migrate RAILS_ENV=production --trace
ruby script/rails server thin -e production -p 80
ruby bin/rails server thin -e production -p 80
// 레드마인 3.3.1 구동
ruby bin/rails server thin -e production -p 81
gem install best_in_place x86-mingw32
rake redmine:load_default_data RAILS_ENV="production"
// 재규어 시작
ruby script/rails server webrick -e production -d
ruby script/rails server thin -e production -d
ruby script/rails server thin -e production -d    
ruby script/rails server thin -e production -p 80 실행됨. 
ruby bin/rails server webrick -e production -p 81 실행됨
ruby script/rails server thin -d production  안됨
rails server -e production 
bundle install --deployment
bundle update rake
kill -9 `pidof ruby`

// 루비온레일즈 시작
rails server -d -p 80
rails server -d production -e production
net stop vmtools
net start vmtools
netstat -ano   3592 2268  2096
pid eq 1520
netstat -ano | findstr :80
tasklist | findstr 328
taskkill /IM ruby.exe /F
// 루비온레일 설치순서
gem install rails -V
gem install rails --version 3.2.19
bundle install  / bundle update
bundle install --no-deployment
rails app:update 

필요 플러그인
Agile         설치완료 오류발생
spent Time    레드마인 버전 2.6.6 이상
Monitor & Controlling   설치완료 
CopyPaste     설치완료  확인완료
projectList   설치완료  확인완료
http://pseg.or.kr/pseg/inforeview/4309

==============데브킷 설치순서=============
Unzip the zip
open command-line and go to unzipperd folder
ruby dk.rb init
ruby dk.rb install
gem install rdiscount --platform=ruby
=========libmysql 로드실패==============
데브킷 설치순서 진행 후 
gem install mysql2 --platform=ruby -- '--with-mysql-lib="C:\mysql-connector-c-noinstall-6.0.2-win32\lib" --with-mysql-include="C:\mysql-connector-c-noinstall-6.0.2-win32\include" 
gem install mysql2 --platform=ruby -- '--with-mysql-lib="C:\mysql-connector-c-6.1.6-win32\lib" --with-mysql-include="C:\mysql-connector-c-6.1.6-win32\include" 
2번째 꺼 이게되는거 !! 
gem install mysql2 -- --with-mysql-lib="C:\mysql-connector-c-noinstall-6.0.2-win32\lib" --with-mysql-include="C:\mysql-connector-c-noinstall-6.0.2-win32\include" -v '0.3.21'
gem install mysql2 -- --with-mysql-lib="C:\mysql-connector-c-6.1.6-win32\lib" --with-mysql-include="C:\mysql-connector-c-6.1.6-win32\include" -v '0.3.21'

bundle install --without development test   
gem uninstall mysql2  ( 제거 1번 )
gem install activerecord-mysql2-adapter
bundle update mysql2
rake assets:precompile
LOCK 파일 제거 
rake db:migrate RAILS_ENV="production" 
bundle exec rake redmine:plugins:migrate RAILS_ENV=production 
ruby script/rails server thin -e production -p 80
ruby bin/rails server thin -e production -p 80  
// 플러그인 삭제
bundle exec rake redmine:plugins:migrate NAME=redmine_ckeditor VERSION=0 RAILS_ENV=production
rake db:create --trace 
gem install activerecord-mysql2-adapter
bundle install --full-index
gem install shoulda -v "~>3.3.2"
grant all privileges on redmine252.`*` to 'root'@'localhost';
==============이슈사항====================
Missing _gmtime64_s in library msvcrt.dll  루비2.0이상일시 
콘솔창 없이 웹서비스 계속실행방법
uninitialized constant Home Monitoring
bundle exec rake redmine:plugins:migrate RAILS_ENV=production --trace
NameError: uninitialized constant ActionDispatch::XmlParamsParser
gem install actionpack-xml_parser -v "~>1.0.2" --ignore-dependencies
gem install mysql2-0.4.5
C:\Ruby193\lib\ruby\gems\1.9.1\gems
gem 'actionpack-xml_parser'
gem install rails -v '4.0.0'
bundle install --path vendor/bundle
bundle install --path vendor/cache
bundle install --full-index
bundle package --all
could not find gem 'rails <= 4.0.0> x86-mingw32'  in any of the gem sources
listed in your gemfile or available on this machine
필요 GEM : shoulda-matchers 1.4.1    bourne 1.1.2    mocha 0.10.5
jquery-rails   4.0.0  railties 5.0   tzinfo 1.0.0
gem 'tzinfo-data', :platforms => [:mingw, :mswin, :x64_mingw, :jruby]
bundle exec rails s
bundle list
rake secret RAILS_ENV=production
export SECRET_KEY_BASE=generate key
secret_key_base: 699f885c54ef14acc84c3cc9d9acb758f1bd97b6882c40d20e8bcef125178b7d7c59f4e548f72c316704bc8efcf70e1f6632e0dacfe9170c954b6d05c8d0f11d

redmine-3.3.1 이상한오류발생
redmine252  libmysql.dll fail load
RailsBoard   500 서버애러 발생 
rake assets:precompile
vender/cashe mysql 오류 시 확인

Software Review - 유용한 Top 5 레드마인 (Redmine) 플러그인 소개

✔ 뷰어로 보기 Agile 프로젝트 관리를 지원하는 ALM 구축 사례 코드 품질 향상을 위한 지속적인 코드 인스펙션 SonarQube 소개 프로젝트&이슈관리 2015.01.07 18:22 유용한 Top 5 레드마인 (Redmine) 플러그인 소개 PSEG 조회 수 25955 추천 수 3 댓글 3 크게 작게 위로 아래로 댓글로 가기 인쇄 첨부 레드마인 (Redmine)에 유용한 5가지 best plugin을 소개 드립니다. Monitor & Controlling 테스크, 투입시간, 리소스 현황을 프래프를 이용해 한 눈에

 

댓글