Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the teamwork software confluence

2025-03-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Xiaobian today brings you to understand how to use team collaboration software confluence. The knowledge points introduced in this article are very detailed. Friends who feel helpful can browse the content of the article together with Xiaobian, hoping to help more friends who want to solve this problem find the answer to the question. Let's learn more about "how to use team collaboration software confluence" together with Xiaobian.

Today recommend a team collaboration software--confluence, it can do technical blog, send articles, comments below, like. It can also be used as a team collaboration software within the company, online editing word, execel, ppt, etc. This function is similar to Tencent's online editing word and execel. But it's more powerful.

Environment Preparation ○ CentOS 6.5 $> java jdk 1.8 $> mysql-server 5.6 $> confluence 5.6.6 Of course, there is also a Windows version (you can play it yourself), if you are an enterprise, it is best to put it in the server. Download confluence and its cracking package. There are many versions of confluence, we can directly view it through the following connection.

image.png

From the above figure, we can see that confluence has multiple installation packages for each version of windows and linux platforms. In this case, we chose bin mode. In addition, we can also see that the latest version of confluence is 6.0.1. Download confluence 5.6.6

curl -o atlassian-confluence-5.6.6-x64.binconfluence crack package create database Before installing confluence, I have installed mysql 5.6 database, and created the database and user, the following statement

mysql> CREATE DATABASE confluence CHARACTER SET utf8 COLLATE utf8_bin;mysql> GRANT ALL PRIVILEGES ON confluence.* TO 'confluence'@'localhost' IDENTIFIED BY '123.com';mysql> GRANT ALL PRIVILEGES ON confluence.* TO 'confluence'@'10.16.10.44' IDENTIFIED BY '123.com';mysql> FLUSH PRIVILEGES;

Install Confluence

chmod +x atlassian-confluence-5.6.6-x64.bin./ atlassian-confluence-5.6.6-x64.bin

image

From the above figure, we can clearly see that confluence is installed in the/opt/atlassian/confluence and/var/atlassian/application-data/confluence directories, and the port on which confluence listens is 8090. Visit 192.168.4.38:8090

image.png

The requested URL/opt/atlassian/confluence/confluence/WEB-INF/lib/was not found on this server.| grep atlassian-extras | wc -l6rm -fr atlassian-extra*

Extract the cracking package and copy the three jar files atlassian-extras-3.2.jar, Confluence-5.6.6-language-pack-zh_CN.jar, mysql-connector-java-5.1.39-bin.jar into the directory/opt/atlassian/confluence/confluence/WEB-INF/lib

cd /work/confluence5.6.6-crack/jar/cp ./* /opt/atlassian/confluence/confluence/WEB-INF/lib/service confluence start#and start the service

The atlassian-extras-3.2.jar file is license-related, Confluence-5.6.6-language-pack-zh_CN.jar is the confluence Chinese language package, and mysql-connector-java-5.1.39-bin.jar is the jar package related to confluence connecting mysql database. Run java -jar confluence_keygen.jar and paste the copied Server ID into it, then click gen

image

Start installing confluence

image

image

image

image

image

image

image

Thank you for reading, the above is "how to use team collaboration software confluence" all the content, learn friends to quickly operate it. I believe that Xiaobian will definitely bring you better quality articles. Thank you for your support of the website!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report