In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
1. Install the java environment
[for Java environment installation, please refer to java environment installation]
2. Install the database and add the jira database and user authorization
[for MySql environment installation, please refer to mysql installation]
Mysql > create database jira charactor set 'utf8';mysql > grant all on jiradb.* to `jira` @ `% `identified by' jira123';mysql > flush privileges
3. Download address and description of related software packages
Atlassian-jira-6.3.6.tar.gz jira installation package, unzipped and modified to start, which integrates tomcat.
Mysql-connector-java-5.1.38-bin.jar provides data connection functions for mysql and tomcat programs.
JIRA-6.3.3-language-pack-zh_CN.jar Chinese jar package, after the installation is completed, add the plug-in in the background and then set the Chinese language in the user settings.
Download address: download the installation package
4, preliminary configuration
# / usr/local/jira/atlassian-jira/WEB-INF/lib enter this directory and copy the mysql-connector-java-5.1.38-bin.jar file to this directory, otherwise the database cannot connect later.
# useradd jira creates a jira user, and then uses this user for permissions such as starting the jira directory to improve security.
# tar xf atlassian-jira-6.3.6.tar.gz decompress jira
# chown-R jira.jira atlassian-jira-6.3.6-standalone/ master group changed to jira user
# mv atlassian-jira-6.3.6-standalone/ jira facilitates the management of renamed jira directories
# mkdir jira_home adds a jira_home directory, where jira will generate a cache file for the response.
# vim jira/atlassian-jira/WEB-INF/classes/jira-application.properties specify the jira_home directory added above in the configuration file
Jira.home = / usr/local/jira_home
5. Launch the configuration web interface
#. / startup.sh starts the jira project
# ss-ntl to check whether port 8080 is started
# tail-f.. / logs/ catalina.out view startup log
Http://192.168.10.151:8080/secure/SetupDatabase.jspa accesses jiraweb interface for configuration data
[after clicking OK, it will take a while, and the process needs to create the database table structure needed by jira in the database]
6. Apply for licenses
After the Jira installation is complete, the next step is to choose input. I have a key. Just enter the information. Later, you need to apply for a licenses from the jira official.
AAABBw0ODAoPeNptkFtLxDAQhd/zKwI+R9Kwy66FPKxthGhvtF0p4kuso0a6sUwvuP/edissyj4MD
HPOfHOYqzu0tICWeoJy4a+FzzkNwpIK7q1ICF2Ntu3tl5P3Ot89+1SNphnMPCEBwqkJTQ9y9jN+w
ZxBPi2a68jW4DpQr/a0rZJS5VmuC0XOBNnjAH/s5bGFxBxABmkcqzzQu2jRTd3bEZaFZvE+AnYzR
JDYWNeDM64G9d1aPJ4TeXxOlOK7cbZbjrbNgkyGwwtg+rbvJpBkHikAR0Adytt0XzFV7R5Y+qQzV
KWZIoVK5FQsWq03YrvdkN/Ekz3S4SXlcpRswPrDdPD/aT+P1nzDMC0CFQCM9+0LlHVNnZQnSTwuR
O3eK+2gVgIUCteTs4Q3khIgrnsY64hxYB/d8bM=X02dh
7 JIRA email configuration
Error: An error has occurred with sending the test email:
Com.atlassian.mail.MailException: javax.mail.AuthenticationFailedException: 535 5.7.8 authentication failed
Solution: the error reported above is mainly due to the failure of authentication failed authentication and the appropriate user password is required. And then testing.
8, Sinicization
Select the user-system settings, plug-ins, upload plug-ins, select the Chinese jar package to upload.
9, login address: http://192.168.10.151:8080
10 summary of the installation of JIRA
The order of jira installation is-jdk installation configuration-jira decompression startup-mysql installation configuration-import of mysql-connectorjar package-installation jira- application licenses- Sinicization-mail configuration.
During the installation process, the first thing to note is that the jira_Home directory needs to be created, otherwise you will be prompted that the jira_home directory cannot be found. Note that the home of jira is not the extracted jira installation directory. Second, the permissions of the jira directory and jira are integrated with tomcat, so you need to change all the permissions of the directory to jira, otherwise unnecessary errors will occur due to permission problems. The third is the application of licenses. It is necessary for licenses to log in officially, because the official CAPTCHA uses a Google CAPTCHA system, and you need to access the Google service, otherwise you cannot brush out the CAPTCHA. I haven't written the cracking part for the time being. Finally, there is the mail configuration, the mail configuration jira program is relatively user-friendly for the test mail, you can see the status of sending the mail after sending the mail in the test mail page. You need to check the settings of the email and the account that sends the email. You need to activate relevant smtp services.
Download the pdf version of the above: project and transaction tracking tool JIRA under Linux build Chinese installation details. Pdf
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.