參考http://www.javashuo.com/article/p-gdynuaqo-o.htmljava
參考http://www.javashuo.com/article/p-qalyftpn-he.htmlmysql
不過須要安裝mysql 5.7,8.0目前不支持。sql
配置,/etc/my.conf:數據庫
transaction-isolation=READ-COMMITTED #隔離級別 character-set-server =utf8
use mysql; update user set host = ’%’ where user = ’root’; grant all privileges on *.* to root@'%' identified by "password"; flush privileges; select host,user,password from user;
官網下載最新版本,安裝ide
cd /opt wget https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-6.10.0-x64.bin #下載 chmod +x atlassian-confluence-6.10.0-x64.bin #授予執行權限 ./atlassian-confluence-6.10.0-x64.bin #安裝
訪問http://ip:8090,能夠看到初始化界面spa
(1)下載confluence_keygen.jar.net
(2)下載/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar到本地,重命名爲atlassian-extras-2.4.jar。code
(3)執行server
java -jar confluence_keygen.jar
(4)打補丁,選擇第2步中重命名的atlassian-extras-2.4.jar,會生成新的atlassian-extras-2.4.jar。blog
(5)重命名atlassian-extras-2.4.jar爲atlassian-extras-decoder-v2-3.4.1.jar,上傳到/opt/atlassian/confluence/confluence/WEB-INF/lib/,覆蓋舊的atlassian-extras-decoder-v2-3.4.1.jar。
(6)若是使用的是mysql數據庫,須要上傳mysql-connector-java-5.1.x.jar到/opt/atlassian/confluence/lib中。
(7)重啓confluence。
/etc/init.d/confluence start
(8)訪問http://ip:8090至如下界面,
複製Server ID,複製key到上圖的License Key中
選擇「mysql」,點擊下一步。
選擇JDBC鏈接,輸入相應的地址、帳戶和密碼,便可。
建立管理帳戶,至此,配置完成。