惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
G
Google Developers Blog
Spread Privacy
Spread Privacy
I
InfoQ
V
V2EX
S
Schneier on Security
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Stack Overflow Blog
Stack Overflow Blog
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Attack and Defense Labs
Attack and Defense Labs
云风的 BLOG
云风的 BLOG
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
C
Cybersecurity and Infrastructure Security Agency CISA
NISL@THU
NISL@THU
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
Latest news
Latest news
S
Secure Thoughts
Project Zero
Project Zero
MongoDB | Blog
MongoDB | Blog
I
Intezer
Security Latest
Security Latest
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
N
Netflix TechBlog - Medium
V2EX - 技术
V2EX - 技术
量子位
T
Threatpost
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
T
Tor Project blog
A
Arctic Wolf
Microsoft Security Blog
Microsoft Security Blog
T
The Exploit Database - CXSecurity.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
博客园 - Franky
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
The GitHub Blog
The GitHub Blog
L
LINUX DO - 热门话题

博客园 - AskWeee

基于 Raphael 的 Web UI 设计 - 初稿 Bootstrap变形记 silverlight页面设计,记录之,也算是成长的过程 WPF 还有多少人在用? WPF教程.002 WPF教程尝试(修正部分格式) 系统管理工具集锦 - AskWeee - 博客园 有关XXX产品研发管理约定 有关软件版本管理 取之于民用之于民,分享一个云计算PPT(普及版) 学习笔记 - 002 学习笔记 - 001 测试,无意中我和你遭遇 温习:DIV CSS JS 导航菜单制作 - AskWeee 程序人生的后半生 专利之家:让灵感冒冒泡 转帖:专利之家 转帖:曲线路标北京前门上岗 中国移动:引领3G生活
JIRA + FishEye + Crucible + Confluence + PostgreSQL
AskWeee · 2009-12-18 · via 博客园 - AskWeee

最近说的比较多的两句话:

  (1)通过技术来保证管理要求的落地;

(2)通过技术而不是人数来解决问题;

  为此,我近期研究了一些IT工具,其中的JIRA再次引起我的重视,并且经过几天的实践分析,个人认为确实不错,今天先把安装配置的步骤记下来,以方便后续人员安装配置相关环境。

JIRA系列软件安装目录规划:
=======================================================
<HardDisk>:\JIRA
    - PostgreSQL
    - Jira
    - FisheyeCrucible
    - Confluence
    - Bamboo
    - data
        - jira
        - fisheye
        - confluence
        - bamboo
        - db
            - jira

安装配置 PostgreSQL 数据库
=======================================================
(01)运行安装程序(postgresql-8.4.2-1-windows.exe),参照提示完成安装工作。
(02)运行 PostgreSQL 客户端软件 pgAdmin 连接数据库:
(0201)新建登录角色: jira。
(0202)新建表空间: jira。(位置:D:\JIRA\data\db\jira;所有者:jira)
(0203)新建数据库:jira、fisheye、confluence。(所有者: jira;表空间:jira)

安装配置 JIRA
=======================================================
(01)运行安装程序(atlassian-jira-enterprise-4.0-windows-installer.exe),参照提示完成安装工作。
(02)停止 JIRA 服务。(从菜单中选择相应菜单:Stop JIRA Service)
(03)复制 Patcher\jirapatcher.jar 到 D:\JIRA\Jira\atlassian-jira\WEB-INF\lib目录中,运行破解。
(04)配置使用 PostgreSQL 数据库:
(0401)复制 postgresql-8.4-701.jdbc4.jar 到 D:\JIRA\Jira\common\lib
(0402)修改 D:\JIRA\Jira\conf\server.xml
        <Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"
            username="jira"
            password="88158358"
            driverClassName="org.postgresql.Driver"
            url="jdbc:postgresql://localhost:5432/jira"
        />
(0403)修改 D:\JIRA\Jira\atlassian-jira\WEB-INF\classes\entityengine.xml
        <datasource name="defaultDS" field-type-name="postgres72"
            schema-name="public"
(05)启动 JIRA 服务。(从菜单中选择相应菜单:Start JIRA Service)
(06)配置 JIRA 启动参数。(授权码:jira)  
(07)访问 JIRA。(从菜单中选择相应菜单:Access JIRA,或访问:http://localhost:8080)
(08)配置 JIRA 运行参数。(Administration->general setting:设置 Accept remote API calls 为:on)
(09)新建项目、用户等。

安装配置 FishEye 和 Crucible
=======================================================
(01)复制目录 FisheyeCrucible 到 D:\JIRA
(02)复制 Patcher\cruciblepatcher.jar 到 D:\JIRA\FisheyeCrucible目录中,运行破解。
(03)启动服务:运行D:\JIRA\FisheyeCrucible\bin\start.bat。
(04)访问服务:http://localhost:8060
(05)配合服务启动参数。(授权码:任意三行文字,如:1<enter>2<enter>3<enter>)
(06)配置服务运行参数:
(0601)Administration->Global Settings->Server Settings,设置 Allow remote API calls 为 on。
(0602)Administration->Global Settings->JIRA Servers
(07)配置使用 PostgreSQL 数据库
(0701)复制 postgresql-8.4-701.jdbc4.jar 到 D:\JIRA\FisheyeCrucible\lib 目录中
(0702)重启服务。
(0703)Administration->system->database configuration
(08)配置 JIRA 中 Fisheye 参数
(0801)Administration->Global Settings->FishEye Configuration

安装配置 JIRA SVN 插件
=======================================================
(01)复制
    atlassian-jira-subversion-plugin-0.10.5.2.jar
    svnkit-1.2.1.5297.jar
    trilead-ssh2-build213-svnkit-1.2-patch.jar
    到 D:\JIRA\Jira\atlassian-jira\WEB-INF\lib 目录中
(02)复制 subversion-jira-plugin.properties 到 D:\JIRA\Jira\atlassian-jira\WEB-INF\classes 目录中
(03)按说明配置 subversion-jira-plugin.properties 中的参数
(04)重启 JIRA
(05)配置 SVN 相关参数
(0501)Administration->Global Setting->Subversion Repositories(可选)
(0502)Administration->System->Services,设置 Subversion Revision Indexing Service 为 1

安装配置 Confluence
=======================================================
(01)复制目录 Concluence 到 D:\JIRA
(02)修正服务端口(D:\JIRA\Confluence\conf\server.xml)为 8050
(03)创建数据目录 D:\JIRA\data\confluence
(04)配置数据目录(D:\JIRA/Confluence\confluence\WEB-INF\classes\confluence-init.properties
(05)复制 Patcher\patcher.jar 到 D:\JIRA\Confluence\confluence\WEB-INF\lib 目录中,运行破解
(06)配置环境变量 JAVA_HOME = D:\Java\JDK16014
(07)复制 postgresql-8.4-701.jdbc4.jar 到 D:\JIRA\confluence\lib 目录中
(08)启动服务(D:\JIRA\Confluence\bin\startup.bat)
(09)配置启动参数。(授权码为:三行任意字符,如:1<回车>2<回车>3)
(10)配置使用 PostgreSQL 数据库。(选择 custom installation,选择 External Database:PostgreSQL)

有关 Bamboo 的部分后续补上...

=======================================================