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

Confluence installation

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

Prepare to install the package

1. Download the confluence installation package (installed by my trial binary package, not the source package)

Download address: https://www.atlassian.com/software/confluence/download-archives

2. Download mysql-connector: the download address will also be provided during installation.

3. Download the cracking tool atlassian-extras-decoder-v2-3.2

Second, install the database

1. Install mysql5.6

2. Create a database

Mysql-u root-p # Login to mysql database create database confluence character set UTF8;grant all on confluence.* to confluence@ "%" identified by "confluence"; grant all on confluence.* to confluence@ "localhost" identified by "confluence"; FLUSH PRIVILEGES

3. Database configuration

[mysqld] datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sockcharacter-set-server=utf8collation-server=utf8_bindefault-storage-engine=INNODBmax_allowed_packet=256Minnodb_log_file_size=2GBtransaction-isolation=READ-COMMITTEDsymbolic-links=0sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES [mysqld_safe] log-error=/var/log/mysqld.logpid-file=/var/run/mysqld/mysqld.pid

The above configuration parameters are found in the official confluence documentation.

4. Download the JDK,JDK installation package by yourself.

5. Install confluence

Upload the downloaded binaries to the server, grant execution permissions, and then install them. During the installation process, you will be prompted to customize the installation or to install automatically. If the installation is automatic, the installation path is / opt/atlassian/confluence/.

The confluence listening port is 8090 and the main configuration file is / opt/atlassian/confluence/conf/server.xml

Chmod + x atlassian-confluence-6.2.0-x64.bin./atlassian-confluence-6.2.0-x64.bin

6. Configure confluence

After the confluence installation is complete, you can visit http://localhost:8090 for configuration

During the process, you will be prompted to activate. You can apply for trial key according to the prompts and activate temporarily. Then configure JDBC. You will be prompted to install

Mysql-connector

7. Install mysql-connector

Extract the downloaded mysql-connector-java-5.1.42.tar.gz and unzip the mysql-connector-java-5.1.42-bin.jar

Package copy to the / opt/atlassian/confluence/confluence/WEB-INF/lib directory, then restart the confluence service and reconfigure JDBC. For JDBC configuration, you only need to enter the account password of the confluence database created earlier. Then follow the prompts for subsequent configuration

8. Activate

Copy the downloaded atlassian-extras-decoder-v2-3.2.jar file to the / opt/atlassian/confluence/confluence/WEB-INF/lib directory and overwrite the original file. Back up the original file before copy. Then restart the confluence service. The confluence-6.2 could have been activated with this file.

Reference documentation:

Http://10551335.blog.51cto.com/10541335/1749945/

Http://10551335.blog.51cto.com/10541335/1749945/

Http://www.cnblogs.com/ilanni/p/6204722.html

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

Database

Wechat

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

12
Report