본문 바로가기

카테고리 없음

프로젝트 관리 툴 Redmine의 설치 셋업, python연동 방법

안녕하세요!

 

Project관리를 위해서 툴을 도입해야 해서

여러가지를 알아보게 되었습니다. 

 

Asana

https://asana.com/

 

JIRA

https://www.atlassian.com/software/jira

 

Taskworld

https://taskworld.com/

 

Swit

https://swit.io/

 

Monday

https://monday.com/

 

Redmine

https://www.redmine.org/

 

easyRedmine

https://www.easyredmine.com/

 

등등 엄청나게 많은 tool이 있었는데요

대부분이 상용툴이고

 

함께하는 분들께서

Redmine을 이미 사용해본 경험이 있는 분들이 많아서

 

다양한 툴중에 

 

Redmine을 사용하려고 합니다.

설치는 bitnami에서 제공하는 Redmine 설치 프로그램을 이용했습니다. 

https://bitnami.com/stack/redmine/installer

 

Install Redmine, Download Redmine

Bitnami Redmine Stack Installers Bitnami native installers automate the setup of a Bitnami application stack on Windows, Mac OS and Linux. Each installer includes all of the software necessary to run out of the box (the stack). The process is simple; just

bitnami.com

 

설치 방법과 테마셋업은 아래 링크에 있는 내용을 참고 하시면 될것 같습니다.

 

https://blog.naver.com/doksg

 

즐겁게공부 : 네이버 블로그

재미있게 보셨다면 유익하셨다면 알고 싶은것이 있다면 댓글 혹은 doksg@naver.com로 메일주세요 _^_)_

blog.naver.com

 

그리고 python을 활용해서

 

Redmine에

project를 생성하거나

issue를 생성하거나

gantt chart를 다운로드 받는 등의 기능이 가능합니다. 

 

해당 방식은

 

https://github.com/dldldlfma/py_redmine_tutorial

 

dldldlfma/py_redmine_tutorial

Contribute to dldldlfma/py_redmine_tutorial development by creating an account on GitHub.

github.com

위 링크에 있는 내용을 통해서 확인하실 수 있습니다 .