1、云服务器是32位的
官网最近大多版本是64位的,总是无法执行。
下载了好几个不同的版本,都是这个问题,才想起来可能是32或64引起的。
果然,下载atlassian-confluence-5.10.9-x32 这个版本,就好了。
2、安装的时候,提示某个目录不存在
参考官网资料
http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide
找到配置文件 /home/soft/cfConfluence/confluence/WEB-INF/classes/confluence-init.properties
配置安装目录
confluence.home= /home/cfHome/data
3、
网上有方法。
下载confluence_keygen.jar,某个jar包,再重命名会原来的,上传到lib目录。
重启。
4、汉化
下载一个汉化jar包,放到lib目录就行了
5、服务启动很慢
Establishing SSL connection without server's identity verification is not recommended.
According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established
by default if explicit option isn't set.
For compliance with existing applications not using SSL the verifyServerCertificate property
is set to 'false'.
You need either to explicitly disable SSL by setting useSSL=false,
or set useSSL=true and provide truststore for server certificate verification.
大概看懂了,连接高版本的MySQL,需要用SSL,或者显示指定useSSL=false
找到配置目录
配置目录:/home/cfHome/data/confluence.cfg.xml
在数据库连接后面增加useSSL=false参数
6、启动和停止
/home/soft/cfConfluence/bin
start-confluence.sh
stop-confluence.sh
注意增加可执行x权限