CentOS 7 上 安装 jira

步骤
.安装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的更多相关文章
- 在CentOS 7上安装.NET Core R2跑Hello World
前言 在上个月.NET Core出了最新版本预览版,只是在Window系统上试验了一下.原本想等发布正式版的时候在linux系统上试试,可能还需要一段时间,刚好有空可以折腾一下. 由于之前安装的Ubu ...
- 如何在 CentOS 7 上安装 Redis 服务器
大家好,本文的主题是 Redis,我们将要在 CentOS 7 上安装它.编译源代码,安装二进制文件,创建.安装文件.在安装了它的组件之后,我们还会配置 redis ,就像配置操作系统参数一样,目标就 ...
- Linux Centos 系统上安装BT客户端 Transmission
Linux Centos 系统上安装BT客户端 Transmission Transmission是一种BitTorrent客户端,特点是一个跨平台的后端和其上的简洁的用户界面,以MIT许可证和G ...
- 在CentOS 7上安装phpMyAdmin
原文 在CentOS 7上安装phpMyAdmin phpMyAdmin是一款以PHP为基础,基于Web的MySQL/MariaDB数据库管理工具.虽然已经存在着一些诸如Adminer的轻量级数据库管 ...
- 在CentOS 6上安装Apache和PHP
本文演示如何在CentOS 6上安装Apache和PHP.CentOS 6自带的是Apache 2.2.3和PHP 5.1.6,您可以使用默认的CentOS包管理器进行安装yum.使用yum(而不是使 ...
- CentOS Linux上安装Oracle11g笔记
CentOS Linux上安装Oracle11g 到 otn.oracle.com 网站上下载 Linux版的oracle 11g 编辑 /etc/sysctl.conf : kernel.shmal ...
- 如何在CentOS 7上安装Munin
在CentOS 7上安装Munin 首先我们需要在我们的系统中添加EPEL仓库. yum install epel-release 步骤2.安装LAMP(Linux,Apache,MariaDB,PH ...
- 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 ...
- Jenkins安装 CentOS 7上安装Jenkins
CentOS 7上安装Jenkins Jenkins 安装 只安装不介绍 步骤1:更新CentOS 7 Linux系统管理员的最佳做法之一是使系统保持最新.安装最新的稳定包,然后重新启动. 1 2 ...
随机推荐
- 【转载】socket通信-C#实现tcp收发字符串文本数据
在日常碰到的项目中,有些场景需要发送文本数据,也就是字符串,比如简单的聊天文字,JSON字符串等场景.那么如何如何使用SharpSocket来收发此类数据呢?其中要掌握的关键点是什么呢? 点击查看原博 ...
- javascript Class.method vs Class.prototype.method(类方法和对象方法)
在stackoverflow上看到一个这样的提问,以下代码有什么区别? Class.method = function () { /* code */ } Class.prototype.method ...
- [转]Python实现字符串反转的几种方法
#第一种:使用字符串切片 result = s[::-1] #第二种:使用列表的reverse方法 l = list(s) l.reverse() result = "".join ...
- Spring Security 解析(七) —— Spring Security Oauth2 源码解析
Spring Security 解析(七) -- Spring Security Oauth2 源码解析 在学习Spring Cloud 时,遇到了授权服务oauth 相关内容时,总是一知半解,因 ...
- MySQL常用sql语句大全
创建数据库 1 create database dbname; 删除数据库 1 drop database dbname; 选择数据库 1 use dbname; 创建表 12345678 CREAT ...
- Js基本语句
js基本语句整理导向图 ---欢迎收藏^ - ^
- 08-Vuex
Vuex 一.简介 ① 是什么:是一个状态管理工具,存放项目组件中的公共数据 二.使用语法 ① 语法 -1. 创建 Vuex 实例 const store = new Vuex.Store({ sta ...
- Impala快速入门
一.简介 Cloudera公司推出,提供对HDFS.Hbase数据的高性能.低延迟的交互式SQL查询功能.基于Hive使用内存计算,兼顾数据仓库,具有实时.批处理.多并发的优点.是CDH平台首选的PB ...
- 浅析ORACLE ERP系统维护方法
笔者曾从事ORACLE ERP系统客户服务工作多年,在ERP系统维护工作中,深深体会到:ERP的系统维护工作看似平常,实则大有学问. ORACLE ERP系统是一个大型集成的软件系统,是一个企业全面共 ...
- 【转】UItraEdit破解
安装UltraEdit(一路下一步,无难点)成功后,打开软件弹出如下使用模式提示信息. 关掉UltraEdit软件,同时 断本机网络.重新打开UltraEdit软件: 点击[输入许可证密 ...