CentOS6 install and crack Jira 7

CentOS6 install and crack Jira 7

JIRA software is built for each member of your software team to plan, track, and release excellent software.

Minimum hardware requirements and software installation##

Minimal hardware dependency


# Note: jira requires oracle java,The default openjdk will not work
# http://www.oracle.com/technetwork/java/javase/downloads/index.html, download jdk-8u131-linux-x64.rpm, then upload to/usr/local/src
yum localinstall jdk-8u131-linux-x64.rpm -y
# Check whether the jdk is installed successfully
# java -version
java version "1.8.0_131"Java(TM) SE Runtime Environment(build 1.8.0_131-b11)
Java HotSpot(TM)64-Bit Server VM(build 25.131-b11, mixed mode)

Note: jira supports 5.7, but Confluence does not support 5.7, so install mysql5 here. Download mysql yum package https://dev.mysql.com/downloads/ installation

# Server configuration mysql repo source, https://dev.mysql.com/downloads/repo/yum/, Download mysql57-community-release-el6-11.noarch.rpm then upload to/usr/local/src
# 5 is enabled by default.7, change to 5.6[mysql56-community]
name=MySQL 5.6 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql[mysql57-community]
name=MySQL 5.7 Community Server
baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/7/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-----------------
# Install mysql
yum clean all && yum install mysql-community-server -y
# Start mysql and set self-start
# /etc/init.d/mysqld start
Initializing MySQL database:/usr/bin/mysqladmin -u root password 'new-password'/usr/bin/mysqladmin -u root -h sh-kvm-3-1 password 'new-password'

Alternatively you can run:/usr/bin/mysql_secure_installation
- - defaults-file argument to mysqld_safe when starting the server

               [ OK  ]
Starting mysqld:[  OK  ]

# Initialize mysql and reset password
/usr/bin/mysql_secure_installation
# Create jira database and jira user
mysql -uroot -p'211212'-e "CREATE DATABASE jira CHARACTER SET utf8 COLLATE utf8_bin;grant all on jira.* to 'jira'@'%' identified by 'jirapasswd';"
# Test jira to connect to mysql
 mysql -ujira -pjirapasswd #connection succeeded

Install jira

JIRA download address: https://www.atlassian.com/sof..., download, then upload to /usr/local/src

wget https://www.atlassian.com/sof...

cd /usr/local/src
chmod a+x atlassian-jira-software-7.4.1-x64.bin
sudo ./atlassian-jira-software-7.4.1-x64.bin
# Use default installation,The installation will start jira
/opt/atlassian/jira/bin/stop-jira.sh #Stop jira
/opt/atlassian/jira/bin/start-jira.sh #Start jira

The installation is successful and jira is started, and access through the browser##

langguage can choose language, support Chinese by default, choose to install by yourself, and then continue

Note: In the Mode in the above figure, we are using Private mode here. In this mode, the creation of users needs to be created by the administrator. In Public mode, users can register themselves.

Note: The Server ID in the picture above: BC2Z-EHVP-ERV0-RQUY
Because we do not have a formal license, we need to register an account on the jira official website, and then use this account to apply for a 30-day trial license, as follows:

Note: The Server ID in this figure is the Server ID in the screenshot above.

Click Generate License

Forgot to take a screenshot of the page for setting the administrator, you can ignore it here, set up an email notification later, and click Continue to display the welcome interface. Choose Chinese to continue:

jira crack##

To crack jira, we have already cracked it. In the above section, we copied atlassian-extras-3.2.jar to the /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/ directory, and when jira was started again, it was already cracked Up.

At this point, the installation and cracking of jira is basically completed, wait for the Baidu cloud link to crack jira to be released,
Link: http://pan.baidu.com/s/1i5kRZgT Password: 5d4g

Reference link

https://www.ilanni.com/?p=12119https://confluence.atlassian....

Recommended Posts

CentOS6 install and crack Jira 7
CentOS6 install and crack Jira 7
CentOS6 install and crack confluence
Install centos7 and connect
centos7 install python3 and ipython
Know Linux and install CentOS
CentOs7.3 compile and install Nginx 1.9.9
CentOS 7 install Mono and MonoDevelop
CentOS6.5 install Java 8 and Tomcat8
Centos compile and install Git
Centos6.5 install and configure mongodb
CentOS7 install python3 and pip3
CentOS7 install OracleJDK and JRE
CentOS6.5 install Java 8 and Tomcat8
CentOS6.5 install Java 8 and Tomcat8
Centos7 compile and install ntp-4.2.8p11
CentOS 6.9 compile and install python
CentOS 6 compile and install python 3
1.5 Install Centos7
Centos 7 install jdk and package service service
CentOS7 yum install and start mysql
CentOS Yum compile and install MySQL 5.6
Compile and install LAMP under Centos 5.2
CentOS 8 install Git and basic configuration
CentOS 6.x compile and install Nginx
CentOS7 compile and install L(A|N)MP environment
CentOS7.3 install iptables and detailed use
CentOS quickly install Python3 and pip3
CentOS7 yum install and start mysql
CentOS 8 - install and configure NFS service
Centos7 and centos8 install mysql5.6 5.7 8.0 so simple
Install Python3 and ansible under CentOS8
Install and use docker under CentOS 6.8
CentOS7 install and use SQL Server
CentOS Minimal install and configure TIPS
Install Python3 and Py under CentOS7
Install and configure FreeIPA in Centos7
Linux CentOS6 compile and install Pyt
virtualBox install centos, and build tomcat
Install Mono 3.2 and Jexus 5.4 under CentOS 6.3
Centos6 install Python2.7.13
Compile and install libmodbus library under CentOS7
Centos7.3 install nginx
CentOS7.2 install Mysql5.7.13
CentOS install Redmine
Centos7 install Python 3.6.
CentOS7 install MySQL
Centos7 install protobuf
CentOS 7 install Docker
CentOS7 install GlusterFS
CentOS 7.4 install Zabbix 3.4
CentOS7 install Docker
Centos6.5 install Tomcat
CentOS install Python 3.6
Vmware install CentOS6
centos7 install docker-ce 18.01.0
CentOS 7.2 install MariaDB
CentOS7.5 source code compile and install mysql5.7.29
CentOS 7 install Hadoop 3.0.0
Centos 7.6 install seleniu
CentOS 7.3 install Zabbix3