- Login as root
- cd /opt
- Download Jira for linux from http://www.atlassian.com/software/jira/download
- chmod a+x atlassian-jira.bin
- ./atlassian-JIRA
I choose express install
Access URL http://ip:8080
/etc/init.d/jira start
/etc/init.d/jira stop- Then we have to run the wizard I then created a mysql DB,user and password.
- Give necessary permissions.
CREATE DATABASE jiradb CHARACTER SET utf8 COLLATE utf8_bin;
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEX on.* TO ' '@' ' IDENTIFIED BY ' ';
flush privileges; - Then we need to copy the mysql JDBC driver to jira
- Download the driver from http://dev.mysql.com/downloads/connector/j
Untar the package
cd to that folder - Copy mysql-connector-java-5.x.x-bin.jar to /opt/jira/lib
- Stop Jira
- Start Jira
Give it as a public site
Give name of the site
Admin user details
Email notification etc. - You can access the same through url http://localhost:8080
Free Networking Tips|Secret|Backup|Windows|Vista|Linux|DHCP|VPN|CCNA|Wireless Tutorial Servers|Linux|ESXi|VMWARE|XEN|Hyper-V|Backup|Storage|Monitoring Tools|
My ADD
20 June 2014
How to install Atlassian Jira in CentOS6
09 June 2014
Install required software for Atlassian JIRA
- Install git using command “yum install git”
- Install java using command “yum install java*”
- Install php using command “yum install php*”
- Install apache using command “yum install httpd”
- Install mysql server using command “yum install mysql mysql-server”
Subscribe to:
Posts (Atom)