Redmine

Linux

Linux에 설치된 Redmine 데이터 파일 저장 경로 변경하기

[작업환경]CentOS 7.9Redmine 5.1.1rails 6.1ruby 2.7.8ruby gem 3.1.2  CentOS에 설치되어 있는 Redmine의 저장되는 파일 경로를 변경하는 방법기본적으로 Redmine을 설치하게 되면 /Redmine이 설치된 위치/files 경로에 첨부파일들이 저장된다. 1. 설정파일 열기cd /레드마인이 설치되어있는 경로/configvi configuration.yml 처음 세팅하는 경우라면 configuration.yml.sample 파일만 존재한다. configuration.yml.sample을 복제하여 configuration.yml 파일을 생성하면 된다.cp configuration.yml.sample configuration.yml  2. configurati..

Linux

[CentOS7] 레드마인(Redmine) 서버 구축 및 Git 연동하기

[참고] https://www.redmine.org/projects/redmine/wiki/RedmineInstall RedmineInstall - Redmine Installing Redmine¶ This is the installation documentation for Redmine 4.0 and higher. You can still read the document for older versions: 3.x , 1.4.x - 2.6.x, 1.3.x Requirements¶ Operating system¶ Redmine should run on most Unix, Linux, macOS and Windo www.redmine.org https://ymkmoon.github.io/Linux-10-Ce..

로아다
'Redmine' 태그의 글 목록