JIRA + fisheye + crucible + confluence + PostgreSQL

Source: Internet
Author: User
Tags postgresql client

There are two more recent statements:

(1)Implement management requirements through technology;

(2) solve the problem through technology rather than people;

 

For this reason, I recently studied some IT tools, and Jira once again attracted my attention. After several days of practical analysis, I personally think it is really good, today, let's take a look at the steps to install and configure the environment.

 

JIRA software installation directory planning:
========================================================== ====================
<Harddisk>: \ Jira
-PostgreSQL
-Jira
-Fisheyecrucible
-Confluence
-Bamboo
-Data
-Jira
-Fisheye
-Confluence
-Bamboo
-DB
-Jira

Install and configure a PostgreSQL database
========================================================== ====================
(01) Run and installProgram(Sqsql-8.4.2-1-windows.exe), follow the prompts to complete the installation.
(02) Run PostgreSQL client software pgadmin to connect to the database:
(0201) create a logon role: Jira.
(0202) create a tablespace: Jira. (Location: D: \ Jira \ data \ dB \ Jira; Owner: Jira)
(0203) Create a database: Jira, fisheye, and confluence. (Owner: Jira; tablespace: Jira)

Install and configure Jira
========================================================== ====================
(01)run the installation program (atlassian-jira-enterprise-4.0-windows-installer.exe) and follow the prompts to complete the installation.
(02) Stop the Jira service. (Select the corresponding menu from the menu: Stop Jira Service)
(03) Copy Patcher \ jirapatcher. jar to the D: \ Jira \ Atlassian-Jira \ WEB-INF \ lib directory and run the cracking command.
(04) configure the PostgreSQL database:
(0401) copy the postgresql-8.4-701.jdbc4.jar to D: \ Jira \ common \ Lib
(0402) Modify D: \ 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) Modify D: \ Jira \ Atlassian-Jira \ WEB-INF \ Classes \ entityengine. xml
<Datasource name = "defaultds" field-type-name = "postgres72"
Schema-name = "public"
(05) Start the Jira service. (Select the corresponding menu from the menu: Start Jira Service)
(06) configure the Jira startup parameters. (Authorization code: Jira)
(07) Access Jira. (Select the corresponding menu from the menu: Access Jira, or access: http: // localhost: 8080)
(08) Configure Jira running parameters. (Administration-> General setting: Set Accept Remote api cils to: On)
(09) create a project or user.

Install and configure fisheye and Crucible
========================================================== ====================
(01) copy the directory fisheyecrucible to D: \ Jira.
(02) Copy Patcher \ cruciblepatcher. jar to the D: \ Jira \ fisheyecrucible directory and run the cracking command.
(03) start the service: Run D: \ Jira \ fisheyecrucible \ bin \ Start. bat.
(04) Access Service: http: // localhost: 8060
(05) use the service startup parameters. (Authorization code: Any three lines of text, such as: 1 <enter> 2 <enter> 3 <enter>)
(06) Configure service running parameters:
(0601) Administration-> global settings-> server settings, set Allow Remote api cils to on.
(0602) Administration-> global settings-> Jira servers
(07) configure and use a PostgreSQL database
(0701) copy the postgresql-8.4-701.jdbc4.jar to the d: \ Jira \ fisheyecrucible \ lib directory
(0702) restart the service.
(0703) Administration-> system-> Database Configuration
(08) configure the fisheye parameter in Jira
(0801) Administration-> global settings-> fisheye Configuration

install and configure the Jira SVN plug-in
================================ ========================================< br> (01) copy the
atlassian-jira-subversion-plugin-0.10.5.2.jar
svnkit-1.2.1.5297.jar
trilead-ssh2-build213-svnkit-1.2-patch.jar
to the D: \ Jira \ Atlassian-Jira \ WEB-INF \ lib directory
(02) copy the subversion-jira-plugin.properties to the d: \ Jira \ Atlassian-Jira \ WEB-INF \ Classes directory
(03) Configure parameters in the subversion-jira-plugin.properties as instructed
(04) restart Jira
(05) Configure svn-related parameters
(0501) administration> global setting> subversion repositories (optional)
(0502) administration-> system-> services, set subversion revision Indexing Service to 1

Install and configure Confluence
========================================================== ====================
(01) copy the directory concluence to D: \ Jira
(02) modify the service port (D: \ Jira \ confluence \ conf \ Server. XML) to 8050.
(03) create a Data Directory D: \ Jira \ data \ Confluence
(04) configure the data directory (D: \ Jira/confluence \ WEB-INF \ Classes \ confluence-init.properties
(05) Copy Patcher \ Patcher. jar to the D: \ Jira \ confluence \ WEB-INF \ lib directory, run the cracking
(06) configure the environment variable java_home = D: \ Java \ jdk16014
(07) copy the postgresql-8.4-701.jdbc4.jar to the d: \ Jira \ confluence \ lib directory
(08) start the service (D: \ Jira \ confluence \ bin \ Startup. BAT)
(09) configure the startup parameters. (Authorization code: any character in three lines, such as: 1 <press enter> 2 <press enter> 3)
(10) Configure to use the PostgreSQL database. (Select Custom installation and select External Database: PostgreSQL)

 

The bamboo part will be supplemented later...

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.