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 ...
随机推荐
- ASP.NET中App_Data等文件夹的作用
文件夹名称 文件类型 注 释 Bin .dll 包含应用程序所需的任何预生成的程序集 App_Browsers .browser 包含应用程序特有的浏览器定义文件,ASP.NET用它来识别各浏览器 ...
- String类的方法应用
String类的几个方法的应用示例: using System;using System.Collections.Generic;using System.Linq;using System.Text ...
- 异常详细信息: System.Security.SecurityException: 未找到源,不过,未能搜索部分或所有事件日志。 若要创建源,您需要用于读取所有事件日志的权限以确保新的源名称是唯一的。 不可访问的日志: Security。
“/”应用程序中的服务器错误. 安全性异常 说明: 应用程序尝试执行安全策略不允许的操作.要授予此应用程序所需的权限,请与系统管理员联系,或在配置文件中更改该应用程序的信任级别. 异常详细信息: Sy ...
- Zookeeper学习笔记:简单注册中心
zookeeper可以作为微服务注册中心,spring cloud也提供了zookeeper注册中心的支持. 本文介绍如何实现一个简单的zookeeper注册中心,主要的实现方式: n个服务提供者对外 ...
- BZOJ1040: [ZJOI2008]骑士(奇环树,DP)
题目: 1040: [ZJOI2008]骑士 解析: 假设骑士\(u\)讨厌骑士\(v\),我们在\(u\),\(v\)之间连一条边,这样我们就得到了一个奇环树(奇环森林),既然是一颗奇环树,我们就先 ...
- 网络编程之TCP三次握手与四次挥手、基于TCP协议的套接字编程
目录 TCP三次握手和四次挥手 背景描述 常用的熟知端口号 TCP概述 TCP连接的建立(三次握手) TCP四次挥手 如果已建立连接,客户端突然断开,会怎么办呢? 基于TCP协议的套接字编程 什么是S ...
- JavaScript 函数(一)
一.函数概述 1.概述 把一段相对独立的具有特定功能的代码块封装起来,形成一个独立实体,就是函数,起个名字(函数名),在后续开发中可以反复调用函数的作用就是封装一段代码,将来可以重复使用. 二.使用函 ...
- Android SDK版本号与API Level 的对应关系及发布时间(更新到28)
Android SDK版本号与API Level 的对应关系及发布时间 平台版本号 API 级别 VERSION_CODE(代号) 发布时间 Android 9.0 28 Pie/P(馅饼) 2018 ...
- 关于ThinkPHP5.1+的Log无法记录SQL调试记录的小经历
项目开发阶段,除了基本编码外,性能也需要实时关注与优化.之前我的大部分项目都是使用ThinkPHP5.0以及ThinkPHP3.2,对于框架提供的日志记录和日志配置都差不多,然后使用ThinkPHP5 ...
- ML-对偶(Duality)问题 KKT 条件
Primal => Dual 现实中我们遇到的原优化问题, 写为标准型的话是这样的. \(min _w f(w) \\ s.t. \\ g_i(w) <=0 \\ h_i(w) = 0\) ...