JIRA Installation

To set up JIRA on server (Windows) through remote desktop connection, first we need to download JIRA from Atlassian. There are JIRA installer and WAR file on Atlassian website. The installer is recommened for convenience.

After finishing the installer download, run the installer and follow the steps described in documentation (i.e. set directories and ports).

After installation, go to JIRA_DIRECTORY and run startup_bundled_jre.bat to start JIRA if your JIRA is not automatically started. To stop JIRA, run shutdown_bundled_jre.bat.

When JIRA is started and a user interface shows up, you will be required to set up JIRA first. For database settings, please refer to the documentation for different databases. Another possibly useful material is a screenshot attached, i.e. JIRA setup - PostgreSQL - local computer.JPG. Note that you need to install the database (also create a user and a database specificly for JIRA) first and then set the databse on JIRA.

Below are some configuration details when I set JIRA on a Windows server.

#### Configuration ####

[1] JIRA_DIRECTORY: D:\Program Files\Atlassian\JIRA
[2] JIRA_HOME: D:\Program Files\Atlassian\Application Data\JIRA
[3] JIRA_URL: http://localhost:8088
[4] HTTP Port Number: 8088
[5] Control Port Number: 8085
[6] PostgreSQL_DIRECTORY: D:\Program Files\PostgreSQL\9.3
[7] PostgreSQL_SCRIPTS: D:\Program Files\PostgreSQL\9.3\bin

#### Notes ####

[1] See JIRA 6.3.11 documentation for installation and setup details.
[2] Install successfully. You can access JIRA via http://xxx.xxx.xxx.xxx:8088.
[3] Set up successfully: email notification, database(PostgreSQL).
[4] The PostgreSQL driver is upgraded from 9.0 to 9.3.

时间: 2024-08-09 21:18:51

JIRA Installation的相关文章

jira 6.0.7 linux安装

1. 相关下载 1.JDK下载:http://www.oracle.com/technetwork/java/javase/downloads/index.html 2.Mysql驱动下载:http://dev.mysql.com/downloads/connector/j 3.Mysql下载:http://dev.mysql.com/downloads/mysql/#downloads 4.Jira下载:http://www.atlassian.com/software/jira/JIRADo

jira安装备忘

2014-0321,前面部分跟conflunce类似,本文不再写: 首先给文件添加x权限 chmod +x atlassian-confluence-5.1.2-x64.bin 安装,端口开启动8080 开启后,重启路由表 useradd --create-home -c "jira role account" jira 把默认的root权限改为jira chown -R jira: /opt/atlassian/jira 配置部分参考官方文档 https://confluence.a

Jira安装-windows7

安装软件: JDK:jdk-7u40-windows-x64.exe Mysql:mysql-5.5.38-winx64.msi Jira:atlassian-jira-6.2.7-x64.exeJDBC:mysql-connector-java-5.1.31.zip 安装步骤: 1.安装jdk,并设置JAVA_HOME: 2.安装Mysql: 3.创建mysql用户和database: create user jira identified by 'jira'; create database

[JIRA] Jira从3.6.2旧版升级到新版6.0.8的详细过程

前言: JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪.客户服务.需求收集.流程审批.任务跟踪.项目跟踪和敏捷管理等工作领域. 公司原来用的是JIRA 3.6.2版本,Atlassian官方已不推荐使用JIRA 4.4之前的版本,之前的版本有漏洞也已不再更新,同事已经安装好了JIRA6.0.8版本,新版的JIRA界面扁平化设计,支持移动端浏览,很符合移动互联网企业的风格,现在JIRA升级到了新的版本JIRA 6.1.7,但是在迁移数据的时候,直接从3.6.2迁移到

windows环境搭建jira 详解

一.事前准备 1:JDK下载并安装:http://www.oracle.com/technetwork/java/javase/downloads/index.html2:MySQL JDBC连接驱动:mysql-connector-java-5.1.30.jar 地址:http://download.csdn.net/detail/u014436218/7217805 3:MySQL数据库下载并安装:https://www.mysql.com/downloads/.4:MySQL中创建JIRA

JIRA项目管理搭建

部署JIRA 7.2.2 for Linux 转自:http://www.yfshare.vip/2017/05/09/%E9%83%A8%E7%BD%B2JIRA-7-2-2-for-Linux/ May 9, 2017 | Atlassian | 36 Hits 文章目录 1. 安装前准备 2. 安装JIRA 7.2.2 3. 破解JIRA 7.2.2 4. 汉化JIRA 7.2 jira是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪(bug管理).客户服务.需求收集

jira安装破解和汉化

本地环境: 192.168.16.103 双核.2G内存 centos 6.7 X64 需要可以连接网络 需要的安装包 atlassian-jira-6.3.6.tar.gz jdk-7u67-linux-x64.rpm mariadb-10.0.10-linux-x86_64.tar.gz mysql-connector-java-5.1.36.zip atlassian-extras-2.2.2.jar atlassian-universal-plugin-manager-plugin-2.

jira 安装使用;

JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪.客户服务.需求收集.流程审批.任务跟踪.项目跟踪和敏捷管理等工作领域. 一,java 环境: 安装jdk # curl -L -O http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz # tar -zxvf jdk-8u45-linux-x64.gz -C /usr/local/java/ # cd /usr/l

JIRA 敏捷开发平台部署记录

1.1 jira说明 JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪.客户服务.需求收集.流程审批.任务跟踪.项目跟踪和敏捷管理等工作领域. JIRA中配置灵活.功能全面.部署简单.扩展丰富,其超过150项特性得到了全球115个国家超过19,000家客户的认可 1.1.1 前期准备 #准备 echo "10.0.0.1 mirrors.aliyuncs.com mirrors.aliyun.com" >> /etc/hosts yum cle