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

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

博客园 - 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 的部分后续补上...

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