Environment: Linux Centos,
Atlassian-jira-6.3.13-x64.bin
apache-tomcat-7.0.40.tar.gz
jdk-7u21-linux-x64.tar.gz
mysql-5.5.25a.tar.gz
Mysql-connector-java-5.1.25-bin.jar
2. Download Jira Latest Version
# wget http://downloads.atlassian.com/software/jira/downloads/
can be found at the following URL, note the choice of version
Http://www.atlassian.com/software/jira/download
3. Installing the JDK
upload the JDK's installation package to a virtual machine or server: SCP file name (jdk-7u17-linux-x64.tar.gz) [email protected] the virtual
machine or server (210.56.194.45)
3.1 Create a Java directory under the/usr/local/directory: mkdir java
3.2 Copy the file to the Java directory: CP file name (jdk-7u17-linux-x64.tar.gz)/usr/local/java
3.3 Unzip the file: first unzip into. Tar file: gzip-d file name (jdk-7u17-linux-x64.tar.gz) is extracted into executable text
pieces: TAR-XVF file name (Jdk-7u17-linux-x64.tar)
3.4 Configuring the operating environment of the JDK:
Enter Vi/etc/profile Open file to add the following content
java_home=/usr/local/java/jdk1.7.0_17
classpath= $JAVA _home/lib: $JAVA _home/jre/lib
path= $PATH: $JAVA _home/bin: $JAVA _home/jre/bin
export PATH CLASSPATH java_home
3.5 Logout Log off login
3.6 echo $JAVA _home Verify the path to JAVA
[email protected] java]# echo $JAVA _home
/usr/local/java/jdk1.7.0_21
4, install Tomcat
download Tomcat's installation package from official website
4.1. Upload the JDK's installation package to the virtual machine or server: SCP file name (apache-tomcat-6.0.20.tar.gz) [email protected] to pass
virtual machine or server (210.56.194.45)
4.2. Create a Tomcat directory under the/usr/local/directory: mkdir Tomcat
4.3. Copy the file to the Tomcat directory: CP file name (apache-tomcat-6.0.20.tar.gz)/usr/local/tomcat
4.4 Unzip the file: first unzip into. Tar file: gzip-d file name (apache-tomcat-6.0.20.tar.gz) is unzipped into executable
file: TAR-XVF file name (Apache-tomcat-6.0.20.tar)
4.5 Boot tomcat:/usr/local/tomcat/tomcat/bin/startup.sh success will output the following:
5, install Jira
5.1 Add Execute permissions for the downloaded bin file
# chmod a+x atlassian-jira-6.2.5-x64.bin
5.2 Execute Bin file
#./atlassian-jira-6.2.5-x64.bin
There are three installation modes: Quick Install, custom install, upgrade
Custom installation can choose the installation directory, one is the program directory, one is the data directory, these two cannot use the same directory
installation Directory:/opt/atlassian/jira
Home Directory:/var/atlassian/application-data/jira
HTTP port:8080
RMI port:8005
Start: Cd/opt/atlassian/jira/bin
#./start-jira.sh
#./stop-jira.sh
https://translations.atlassian.com/dashboard/download#/JIRA/6.3.13 language Pack Download
Custom installation can select port, default is 8080
Custom installation can choose whether to install as a service
5.3 Jira start and close, foot standard and/opt/atlassian/jira/bin directory
#./start-jira.sh
#./stop-jira.sh
5.4 Jira access, direct access
http://localhost:8080
for the 1th visit to Jira, the Setup Wizard will appear, follow the wizard steps to the right, in the middle need to submit information to request a trial
License
6 Jira Hack
7 Jira Switching MySQL database these two points are still being researched.
If you have any questions, please e-mail: [Email protected]
This article is from "Ghost" blog, please make sure to keep this source http://caizi.blog.51cto.com/5234706/1606910
How to install Jira project management software under Linux