$su redmine
으로 접근)ruby ${설지경로}/script/rails server webrick -e production -d
kill -9 `pidof ruby`
kill -9 `pidof ruby` ruby ${설지경로}/script/rails server webrick -e production -d
> 원하는 플러그인을 미리 다운 받았다는 점에서 시작 합니다.
redmine_checklists 설치 예시로 작성하였습니다.
# 1. plugins 위치로 이동 (플러그인이 겹치지 않는지 확인) [root@ns redmine-3.4.6] cd /usr/local/src/redmine-3.4.6/plugins # 2. 다운받은 플러그인을 plugins에 압축 해제 [root@ns redmine-3.4.6] tar zxvf redmine_ckeditor.tar.gz # 3. 레드마인 ROOT 디렉토리로 이동 [root@ns redmine-3.4.6] cd /usr/local/src/redmine-3.4.6/ # 4. 아래의 명령어를 차례로 입력 redmine_checklists 는 플러그인 명칭 [root@ns redmine-3.4.6] rake redmine:plugins:migrate NAME=redmine_checklists RAILS_ENV=production [root@ns redmine-3.4.6] bundle install --without development test [root@ns redmine-3.4.6] rake redmine:plugins:migrate RAILS_ENV=production # 5. 레드마인 재시작 (현재 디렉토리 레드마인 ROOT 이며 redmine 계정으로 재시작) [redmine@ns redmine-3.4.6] ./restart.sh #6. 아파치 재시작 [root@ns redmine-3.4.6] service httpd restart
#1 레드마인 플러그인 디렉토리 이동후 [redmine@ns redmine-3.4.6] cd /usr/local/src/redmine-3.4.6/plugins #2 본인이 설치 한 플러그인 디렉토리를 삭제 또는 이동 시킨다 [redmine@ns redmine-3.4.6] mv ../del_temp/{플러그인명} 또는 rm -rf {플러그인명} #3 레드마인 재시작 [redmine@ns redmine-3.4.6] ./restart.sh #4. 아파치 재시작 [root@ns redmine-3.4.6] service httpd restart