准备工作:下载相关安装包,上传到服务器/opt/apps目录下

链接:https://pan.baidu.com/s/15Y5Y3X6AX2ZokWkZKcRrQQ 密码:q0lw

1、安装数据库

yum install mariadb-server
systemctl start mariadb 创建jira数据库,并创建jira管理用户,命令如下:
MariaDB [(none)]> create database jira default character set utf8 collate utf8_bin;
Query OK, row affected (0.00 sec) MariaDB [(none)]> grant all on `jira`.* to 'jirauser'@'%' identified by 'shediao123';
Query OK, rows affected (0.00 sec)

2、快速安装jira

[root@localhost apps]# ./atlassian-jira-software-7.10.-x64.bin
Unpacking JRE ...
Starting Installer ...
Sep , :: PM java.util.prefs.FileSystemPreferences$ run
INFO: Created system preferences directory in java.home. This will install JIRA Software 7.10. on your computer.
OK [o, Enter], Cancel [c] Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (use default settings) [], Custom Install (recommended for advanced users) [, Enter], Upgrade an existing JIRA installation [] Details on where JIRA Software will be installed and the settings that will be used.
Installation Directory: /opt/atlassian/jira
Home Directory: /var/atlassian/application-data/jira
HTTP Port:
RMI Port:
Install as service: Yes
Install [i, Enter], Exit [e]
i Extracting files ... Please wait a few moments while JIRA Software is configured.
Installation of JIRA Software 7.10. is complete
Start JIRA Software 7.10. now?
Yes [y, Enter], No [n]
y Please wait a few moments while JIRA Software starts up.
Launching JIRA Software ...
Installation of JIRA Software 7.10. is complete
Your installation of JIRA Software 7.10. is now ready and can be accessed
via your browser.
JIRA Software 7.10. can be accessed at http://localhost:8080
Finishing installation ... 到此为止jira基本安装完毕,使用IP:8080浏览器访问测试,关闭防火墙和selinux

3、破解JIRA

[root@localhost apps]# cp atlassian-extras-3.2.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
cp: overwrite ‘/opt/atlassian/jira/atlassian-jira/WEB-INF/lib/atlassian-extras-3.2.jar’? y
[root@localhost apps]# cp mysql-connector-java-5.1.-bin.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/ 下边说几个常用命令及一些路径:
/opt/atlassian/jira jira的安装路径,其实说白了就是个tomcat, /var/atlassian/application-data/jira 存放一些日志,缓存,插件,及数据库配置等 /opt/atlassian/jira/conf/server.xml 这里可以配置端口 tail -f /opt/atlassian/jira/logs/catalina.out 可以查看日志 所有配置都好了,现在重启jira
service jira stop
service jira start

JIRA管理脚本

[root@localhost apps]# ll /etc/init.d/
total
-rw-r--r--. root root Sep functions
-rwxr-xr-x. root root Sep : jira
-rwxr-xr-x. root root Sep netconsole
-rwxr-xr-x. root root Sep network
-rw-r--r--. root root Nov README
[root@localhost apps]# cat /etc/init.d/jira
#!/bin/bash # JIRA Linux service controller script
cd "/opt/atlassian/jira/bin" case "$1" in
start)
./start-jira.sh
;;
stop)
./stop-jira.sh
;;
*)
echo "Usage: $0 {start|stop}"
exit
;;
esac

一切正常了!ok登录上开始配置jira吧!

连接数据库,写入数据会有点慢

需要注册一个账户,注册后回收到一封邮件

破解后显示过期日期到2033年2月8号

CentOS7.3安装JIRA7.10的更多相关文章

  1. CentOS7 编译安装 nginx-1.10.0

    对于NGINX 支持epoll模型 epoll模型的优点 定义: epoll是Linux内核为处理大批句柄而作改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著的 ...

  2. Centos7下安装mono3.10.0

    mono 3.10.0 正式发布:性能进一步改进,以前已经写过一篇  Centos 7.0 安装Mono 3.4 和Jexus 5.6.下面我们在CentOS 7上通过源码安装Mono 3.10, 需 ...

  3. CentOS7.2 安装nginx-1.10.3

    nginx-1.10.3 下载nginx 检查是否安装了依赖库: [root@localhost ~]# rpm -q gcc gcc-4.8.5-11.el7.x86_64 [root@localh ...

  4. CentOS7下安装Mariadb 10.3.17

    1. install lsb packagesudo yum install -y redhat-lsb 2.install net-tools packagesudo yum install -y ...

  5. CentOS7.X安装FastDFS-5.10

    安装准备 yum install \ vim \ git \ gcc \ gcc-c++ \ wget \ make \ libtool \ automake \ autoconf \ -y \ 安装 ...

  6. Jira7.10.1在Windows环境下的安装和配置

    jira安装的环境准备   1.   jira7.10的运行是依赖java环境的,也就是说需要安装jdk并且要是1.8以上版本: Java -version   2.  还需要为jira创建对应的数据 ...

  7. Linux CentOS7下安装Zookeeper-3.4.10服务(最新)

    Linux CentOS7下安装Zookeeper-3.4.10服务(最新) 2017年10月27日 01:25:26 极速-蜗牛 阅读数:1933   版权声明:本文为博主原创文章,未经博主允许不得 ...

  8. centos7.4安装rabbitmq服务(3.7.10版本)

    一.需要安装erlang版本依赖,可以使用二进制安装方式,也可以通过rpm安装,但是安装的时候会提示需要erlang版本>=19.3,而且直接默认yum仓库中的版本较低.,为了节省时间,文章中直 ...

  9. 阿里云centos7.4安装并部署svn1.10.0版本(配置多仓库,加入开机自启动)

    如何安装最新版本 1.10.0: 如果已安装旧版本,先卸载 yum remove subversion* 查看当前可安装的版本 yum list | grep subversion 可以去官网下载安装 ...

随机推荐

  1. zcelib - One cplusplus C++ crossplatform library use for develop server,similar to ACE.

    zcelib - One cplusplus C++ crossplatform library use for develop server,similar to ACE.OS适配层,为了适应WIN ...

  2. 编写可移植C/C++程序的要点(12条)

    1.分层设计,隔离平台相关的代码.就像可测试性一样,可移植性也要从设计抓起.一般来说,最上层和最下层都不具有良好的可移植性.最上层是GUI,大多数GUI都不是跨平台的,如Win32 SDK和MFC.最 ...

  3. C++ string的那些坑,C++ string功能补充(类型互转,分割,合并,瘦身) ,c++ string的内存本质(简单明了的一个测试)

    1. size_type find_first_of( const basic_string &str, size_type index = 0 ); 查找在字符串中第一个与str中的某个字符 ...

  4. 去掉 Windows 中控件的虚线框(当当 element == QStyle::PE_FrameFocusRect 时,直接返回,不绘制虚线框)

    在 Windows 中,控件得到焦点的时候,会显示一个虚线框,很多时候觉得不好看,通过自定义 QProxyStyle 就可以把这个虚线框去掉. 1 2 3 4 5 6 7 8 9 10 11 12 1 ...

  5. Linux学习之“exit函数”

    先看下"_exit"和"exit": exit被调用时,将冲刷所有的标准I/O流,关闭所有打开的文件描述符.在传统实现中,同时也将关闭标准I/O流.即表示标准输 ...

  6. SQL Server上唯一的数据库集群:负载均衡、读写分离、容灾(数据零丢失、服务高可用)

    SQL Server上唯一的数据库集群:负载均衡.读写分离.容灾(数据零丢失.服务高可用).审计.优化,全面解决数据库用户问题.一键安装,易用稳定,性价比高,下载链接:http://www.zheti ...

  7. 了解Activity

    Android中的activity全都归属于task管理 .task 是多个 activity 的集合,这些 activity 按照启动顺序排队存入一个栈(即“back stack”).android ...

  8. UWP 双向绑定,在ListView中有个TextBox,怎么获取Text的值

    要求:评论宝贝的时候一个订单里面包含多个产品,获取对产品的评论内容哦 1. xaml界面 <ListView x:Name="lvDetail"> <ListVi ...

  9. MFC中的模态对话框与非模态对话框,模态对话框测试

    http://blog.csdn.net/u010839382/article/details/52972427 http://blog.csdn.net/u010839382/article/det ...

  10. Linux命令行和shell编程

    Shell Shell是一个程序,用户输入的命令通过shell来传达给内核或其它程序.用户在linux打开一个终端,终端就会自动调用用户的shell. Linux上的Shell有很多种,用的最多是sh ...