步骤

.安装jdk8
https://www.cnblogs.com/sea-stream/p/10404360.html .安装mysql
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-.noarch.rpm
yum -y install mysql-community-server #开启MySQL服务
systemctl start mysqld.service
#查看MySQL状态
systemctl status mysqld.service #获取密码
grep "password" /var/log/mysqld.log #使用密码登陆
mysql -uroot -p #修改密码长度规则
mysql> set global validate_password_policy=;
mysql> set global validate_password_length=; #修改root密码
ALTER USER 'root'@'localhost' IDENTIFIED BY ''; .创建数据库
CREATE DATABASE jira CHARACTER SET utf8 COLLATE utf8_bin; #创建新用户:
CREATE USER 'jira'@'localhost' IDENTIFIED BY ''; #新用户授权:
grant all privileges on *.* to jira@localhost identified by ''; #刷新更改
flush privileges; #测试连接
mysql -u jira -h localhost -p111111 #不使用ssl
set useSSL=false .下载jira
链接: https://pan.baidu.com/s/13BQgkh-TE85oMJ5JgsW4Eg
提取码: 99cs #上传文件
scp jdk-8u221-linux-x64.tar.gz root@x.x.x.x:/root/ #移动到/opt下
mv atlassian-jira-software-7.4.-x64.bin /opt/ #赋予执行权限
chmod +x atlassian-jira-software-7.4.-x64.bin #开始安装
./atlassian-jira-software-7.4.-x64.bin #log 信息
[root@xxx opt]# ./atlassian-jira-software-7.4.-x64.bin
Unpacking JRE ...
Starting Installer ...
九月 , :: 下午 java.util.prefs.FileSystemPreferences$ run
信息: Created user preferences directory.
九月 , :: 下午 java.util.prefs.FileSystemPreferences$ run
信息: Created system preferences directory in java.home. This will install JIRA Software 7.4. on your computer.
OK [o, Enter], Cancel [c]
o
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.4. is complete
Start JIRA Software 7.4. 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.4. is complete
Your installation of JIRA Software 7.4. is now ready and can be accessed
via your browser.
JIRA Software 7.4. can be accessed at http://localhost:8080
Finishing installation ...
[root@xxx opt]# #下载破解文件
链接:https://pan.baidu.com/s/1NbfN00mvnRrAhHPQyUW8zw 密码:d9ov
链接:https://pan.baidu.com/s/1-tfquh1f1b3atqxg1nz2JQ 密码:t8ec
一共有两个,其中
atlassian-extras-3.2.jar是用来替换原来的atlassian-extras-3.2.jar文件,用作破解jira系统的。
mysql-connector-java-5.1.-bin.jar是用来连接mysql数据库的驱动软件包。 #上传
bogon:Desktop macname$ scp atlassian-extras-3.2.jar mysql-connector-java-5.1.-bin.jar root@x.x.x.x:/root/
root@x.x.x.x's password:
atlassian-extras-3.2.jar % 153KB .4KB/s :
mysql-connector-java-5.1.-bin.jar % 966KB .1MB/s :
bogon:Desktop macname$ # 停止jira
/opt/atlassian/jira/bin/stop-jira.sh
# 启动jira
/opt/atlassian/jira/bin/start-jira.sh
或者
#关闭服务
/etc/init.d/jira stop
#启动服务
/etc/init.d/jira start #关闭服务
/etc/init.d/jira stop #移动破解文件
[root@xxx ~]# mv atlassian-extras-3.2.jar mysql-connector-java-5.1.-bin.jar /opt/atlassian/jira/atlassian-jira/WEB-INF/lib/
mv:是否覆盖"/opt/atlassian/jira/atlassian-jira/WEB-INF/lib/atlassian-extras-3.2.jar"? y
[root@xxx ~]# #启动服务
/etc/init.d/jira start #查看日志
tailf /opt/atlassian/jira/logs/catalina.out #创建文件夹
mkdir -p /opt/atlassian/jira/conf/Catalina/localhost #删除jira
rm -rf /var/atlassian /opt/atlassian #安装失败了,好像说是内存不够,谁安装成功了指点下!!! 参考:
https://blog.csdn.net/weixin_40725027/article/details/82760420
https://blog.csdn.net/shangyuanlang/article/details/80972416
https://blog.csdn.net/love8753/article/details/78113447
https://www.cnblogs.com/gentle-awen/p/10114775.html

CentOS 7 上 安装 jira的更多相关文章

  1. 在CentOS 7上安装.NET Core R2跑Hello World

    前言 在上个月.NET Core出了最新版本预览版,只是在Window系统上试验了一下.原本想等发布正式版的时候在linux系统上试试,可能还需要一段时间,刚好有空可以折腾一下. 由于之前安装的Ubu ...

  2. 如何在 CentOS 7 上安装 Redis 服务器

    大家好,本文的主题是 Redis,我们将要在 CentOS 7 上安装它.编译源代码,安装二进制文件,创建.安装文件.在安装了它的组件之后,我们还会配置 redis ,就像配置操作系统参数一样,目标就 ...

  3. Linux Centos 系统上安装BT客户端 Transmission

    Linux Centos 系统上安装BT客户端 Transmission   Transmission是一种BitTorrent客户端,特点是一个跨平台的后端和其上的简洁的用户界面,以MIT许可证和G ...

  4. 在CentOS 7上安装phpMyAdmin

    原文 在CentOS 7上安装phpMyAdmin phpMyAdmin是一款以PHP为基础,基于Web的MySQL/MariaDB数据库管理工具.虽然已经存在着一些诸如Adminer的轻量级数据库管 ...

  5. 在CentOS 6上安装Apache和PHP

    本文演示如何在CentOS 6上安装Apache和PHP.CentOS 6自带的是Apache 2.2.3和PHP 5.1.6,您可以使用默认的CentOS包管理器进行安装yum.使用yum(而不是使 ...

  6. CentOS Linux上安装Oracle11g笔记

    CentOS Linux上安装Oracle11g 到 otn.oracle.com 网站上下载 Linux版的oracle 11g 编辑 /etc/sysctl.conf : kernel.shmal ...

  7. 如何在CentOS 7上安装Munin

    在CentOS 7上安装Munin 首先我们需要在我们的系统中添加EPEL仓库. yum install epel-release 步骤2.安装LAMP(Linux,Apache,MariaDB,PH ...

  8. centos 7 上安装 testlink 1.9.15/1.9.16/1.9.17/1.9.18 (mysql/php/httpd)

    1.9.18 的System Requirements - server.注意,适用于 1.9.15 及以后. Server environment should consist of: web-se ...

  9. Jenkins安装 CentOS 7上安装Jenkins

    CentOS 7上安装Jenkins Jenkins 安装 只安装不介绍 步骤1:更新CentOS 7 Linux系统管理员的最佳做法之一是使系统保持最新.安装最新的稳定包,然后重新启动.   1 2 ...

随机推荐

  1. C#事件和委托(C#学习笔记03)

    委托 1. C# 中的委托类似于 C 或 C++ 中指向函数的指针.委托表示引用某个方法的引用类型变量,运行时可以更改引用对象. 2. 特别地,委托可以用于处理事件或回调函数.并且,所有的委托类都是从 ...

  2. person类与其子类在使用中的内存情况(含java的改写和c#的屏蔽)

    JAVA 普通person类及调用代码: public class Person { public String xm; public int nl; public void setme(String ...

  3. Spring Security OAuth2.0 - AuthorizationServer和ResourceServer分离

    <Spring Security实现OAuth2.0授权服务 - 基础版>和<Spring Security实现OAuth2.0授权服务 - 进阶版>两篇文章中介绍如何搭建OA ...

  4. gitblit服务器:用户、团队、权限管理

    在日常开发工作中,我们通常使用版本控制软件管理团队的源代码,常用的SVN.Git.与SVN相比,Git有分支的概念,可以从主分支创建开发分支,在开发分支测试没有问题之后,再合并到主分支上去,从而避免了 ...

  5. poj 2102 A计划

    可怜的公主在一次次被魔王掳走一次次被骑士们救回来之后,而今,不幸的她再一次面临生命的考验.魔王已经发出消息说将在T时刻吃掉公主,因为他听信谣言说吃公主的肉也能长生不老.年迈的国王正是心急如焚,告招天下 ...

  6. Netty入门系列(1) --使用Netty搭建服务端和客户端

    引言 前面我们介绍了网络一些基本的概念,虽然说这些很难吧,但是至少要做到理解吧.有了之前的基础,我们来正式揭开Netty这神秘的面纱就会简单很多. 服务端 public class PrintServ ...

  7. English--虚拟语气和条件状语从句

    English|虚拟语气和条件状语从句 虚拟语气在英语中,还是有一定地位的,毕竟大家都做着我有一百万的梦~~~ 前言 目前所有的文章思想格式都是:知识+情感. 知识:对于所有的知识点的描述.力求不含任 ...

  8. Ubuntu 下搭建VNC服务器

    Ubuntu 18.04 搭建VNC服务器https://www.jianshu.com/p/f58fe5cdeb5f ubuntu16.04 vncserver配置https://blog.csdn ...

  9. sizeof()计算

    本节包含sizeof()计算结构体,位域,数组,字符串,指针,c++中的class等类型的大小,sizeof()计算的大小都是以字节为单位. 一 计算基本类型的长度 sizeof(char): 1 s ...

  10. JVM 源码解读之 CMS 何时会进行 Full GC

    t点击上方"涤生的博客",关注我 转载请注明原创出处,谢谢!如果读完觉得有收获的话,欢迎点赞加关注. 前言 本文内容是基于 JDK 8 在文章 JVM 源码解读之 CMS GC 触 ...