CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了CentOS 7 Wiki搭建大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

系统环境 #cat /etc/redhat-release CentOS Linux release 7.4.1708 (CorE) # uname -r 3.10.0-693.21.1.el7.x86_64 Confluence版本:5.6.6 Confluence下载地址:https://www.atlassian.com/software/confluence/download-arch
系统环境
#cat /etc/redhat-release 
CentOS Linux release 7.4.1708 (CorE) 
# uname -r
3.10.0-693.21.1.el7.x86_64

安装

# sy@R_502_2407@ctl stop firewalld
# sy@R_502_2407@ctl disable firewalld
  • 安装Java环境
# yum -y install java
# java -version
openjdk version "1.8.0_171"
OpenJDK Runtime Environment (build 1.8.0_171-b10)
OpenJDK 64-Bit Server VM (build 25.171-b10,mixed modE)
# yum install mariadb* -y
# sy@R_502_2407@ctl start mariadb
# sy@R_502_2407@ctl enable mariadb
Created symlink from /etc/sy@R_502_2407@d/sy@R_502_2407@/multi-user.target.wants/mariadb.service to /usr/lib/sy@R_502_2407@d/sy@R_502_2407@/mariadb.service.
# MysqL_secure_installation

MysqL初始化完成后登录数据

# MysqL -uroot -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 10
Server version: 5.5.56-MariaDB MariaDB Server
Copyright (C) 2000,2017,Oracle,MariaDB Corporation Ab and others.
Type ‘Help;‘ or ‘\h‘ for Help. Type ‘\c‘ to clear the current input statement.
> create database confluence default character set utf8;
> grant all on confluence.* to ‘confluenceuser‘@‘%‘ identified by ‘redhat12345‘ with grant option;
> grant all on confluence.* to ‘confluenceuser‘@localhost identified by ‘redaht12345‘ with grant option;
Query OK,0 rows affected (0.00 seC)
> flush privileges;
Query OK,0 rows affected (0.00 seC)
# vim /etc/my.cnf
binlog_format=mixed
# sy@R_502_2407@ctl restart mariadb
# chmod 755 atlassian-confluence-5.6.6-x64.bin
# ./atlassian-confluence-5.6.6-x64.bin
Unpacking JRE ...
StarTing Installer ...
May 18,2018 10:57:44 PM java.util.prefs.FileSy@R_502_2407@Preferences$1 run
INFO: Created user preferences directory.
May 18,2018 10:57:44 PM java.util.prefs.FileSy@R_502_2407@Preferences$2 run
INFO: Created sy@R_502_2407@ preferences directory in java.home.
This will install Confluence 5.6.6 on your computer.
OK [o,Enter],Cancel [c]
o
Choose the appropriate installation or upgrade option.
Please choose one of the following:
Express Install (uses default setTings) [1],Custom Install (recommended for advanced users) [2,Upgrade an exisTing Confluence installation [3]
1
See where Confluence will be installed and the setTings that will be used.
Installation Directory: /opt/atlassian/confluence
Home Directory: /var/atlassian/application-data/confluence
http Port: 8090
RMI Port: 8000
Install as service: Yes
Install [i,Exit [e]
i
ExtracTing files ...

Please wait a few moments while Confluence starts up.
Launching Confluence ...
Installation of Confluence 5.6.6 is complete
Your installation of Confluence 5.6.6 is Now ready and can be accessed via
your browser.
Confluence 5.6.6 can be accessed at http://localhost:8090
Finishing installation ...

CentOS 7 Wiki搭建


CentOS 7 Wiki搭建

CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建

CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建


CentOS 7 Wiki搭建

大佬总结

以上是大佬教程为你收集整理的CentOS 7 Wiki搭建全部内容,希望文章能够帮你解决CentOS 7 Wiki搭建所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。