50% 할인 모든 플랜, 기간 한정. 시작 가격 $2.48/mo
Redmine

Redmine

Redmine는 오픈소스 프로젝트 트래커입니다. 이슈 관리, 간트 차트, 위키, 시간 추적, 다중 프로젝트 구성을 지원합니다. Ruby on Rails 기반의 GPL 라이선스 앱으로, 2006년부터 운영되어 왔습니다. Mozilla, Ruby on Rails 코어 팀, 그리고 200,000개 이상의 개발 조직에서 사용 중입니다.

Version

Latest

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

2 GB

IP Types

IPV4,IPV6

웹 인터페이스 접속

웹 인터페이스 접속: https://IP (replace IP 서버의 IP 주소로 대체)

SSL 경고를 수락하세요 (자체 서명 인증서).

Redmine 기본 계정으로 로그인하기:

  • Username: admin
  • Password: admin

첫 로그인 후 즉시 관리자 비밀번호를 변경하세요.

인증 설정 구성: AdministrationSettingsAuthentication (or directly: /settings?tab=authentication)

  • Authentication required
  • Self-registration

주요 파일 및 디렉터리

  • Application installation: /root/redmine
  • Docker Compose 파일: /root/redmine/docker-compose.yml
  • Environment variables: /root/redmine/.env
  • MySQL 데이터 볼륨: /var/lib/docker/volumes/redmine_mysql_data/_data
  • Redmine 첨부 파일: /var/lib/docker/volumes/redmine_redmine-data/_data
  • Redmine plugins: /var/lib/docker/volumes/redmine_redmine-plugins/_data
  • Redmine themes: /var/lib/docker/volumes/redmine_redmine-themes/_data
  • Nginx 사이트 설정: /etc/nginx/sites-available/redmine
  • SSL certificates: /etc/nginx/ssl/

Service Management

컨테이너 상태 확인:

docker ps

Restart Redmine:

docker restart redmine

Redmine 로그 보기:

docker logs -f redmine

Nginx 상태 확인:

systemctl status nginx

Restart Nginx:

systemctl restart nginx

도메인으로 SSL 활성화하기

1. 도메인을 서버 IP로 연결합니다.

2. Nginx 설정을 편집하여 server_name <IP>; 을 실제 도메인으로 교체합니다 (<your-domain>) HTTP (포트 80) 및 HTTPS (포트 443) 블록 모두에 적용합니다:

vim /etc/nginx/sites-available/redmine

3. Install Certbot:

apt install -y certbot python3-certbot-nginx

4. 다음 명령어를 실행하여 유효한 Let's Encrypt 인증서를 발급받으세요:

certbot certonly --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com

5. Nginx 설정의 SSL 경로를 교체합니다:

vim /etc/apache2/sites-available/redmine
# Before:
    # ssl_certificate /etc/nginx/ssl/fullchain.pem;
    # ssl_certificate_key /etc/nginx/ssl/privkey.pem;
# After:
    # ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
    # ssl_certificate_key /etc/letsencrypt/live/yourdomain.com/privkey.pem;

6. 변경 사항을 적용하기 위해 Nginx를 재시작합니다:

systemctl restart nginx

7. 브라우저를 열고 다음 주소로 접속하세요: https://yourdomain.com

개발 도구 더 보기

Related apps.

지금 Redmine를 배포하세요. 월 $2.48부터.