jira安装配置

1.mysql数据库创建及连接数据库用户配置:(参照官方文档
     1-1.创建jira数据库和连接数据库账号:
          mysql> create database jira character set utf8 collate utf8_bin;
          mysql> grant select,insert,update,delete,create,drop,alter,index on jira.* to 'jira'@'localhost' identified by 'crhcrh';
          mysql> flush privileges;
      查看授权是否成功:
      [root@centos7 bin]# mysql -ujira -pcrhcrh
      mysql> show grants for jira@localhost;
     1-2.修改/etc/my.cnf
          [mysqld]添加以下:
          default-storage-engine=INNODB
          max_allowed_packet=256M
          innodb_log_file_size=256M
     重启数据库。
1-3.copy the Mysql jdbc driver to application server
 1-3-1.get the mysql driver
  下载解压:tar -zxvf mysql-connector-java-5.1.44.tar.gz
   1-3-2.copy the mysql jdbc driver jar to the <jira installation directory>/lib/ directory for your new/upgraded installation.
[root@centos7 lib]# pwd
/home/jira_home/lib
[root@centos7 lib]# cp /usr/local/src/mysql-connector-java-5.1.44/mysql-connector-java-5.1.44-bin.jar .
1-3-3.重启jira

2-1.[root@centos7 src]# ./atlassian-jira-software-7.4.3-x64.bin
安装选项:
Details on where JIRA Software will be installed and the settings that will be used.
Installation Directory: /home/jira_home   // this is where JIRA will be installed.
Home Directory: /usr/local/jirasoftdata //  this is where JIRA data like logs, search indexes and files will be stored.
HTTP Port: 8080
RMI Port: 8005
Install as service: Yes
浏览器访问:http://localhost:8080

2-2.配置jira
Choose   I'll set it up myself .

2-3connect to database
2-3-1.第一步数据库mysql,已经准备好了,jira安装界面测试数据库连接:
3.jira配置和破解: https://yq.aliyun.com/articles/141089

4.msql授权远程root连接数据库
GRANT ALL PRIVILEGES ON `jira`.* TO 'root'@'192.168.%.%' identified by 'mypwd' WITH GRANT OPTION;
flush privileges;
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值