Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confluence如何离线安装插件呀 #79

Open
panicheart opened this issue Nov 11, 2024 · 1 comment
Open

confluence如何离线安装插件呀 #79

panicheart opened this issue Nov 11, 2024 · 1 comment

Comments

@panicheart
Copy link

jira的家目录有plugins文件夹,但是confluence没有,如果要离线安装插件该如何操作呀,谢谢各位大佬

@ygwlgGiao
Copy link

ygwlgGiao commented Dec 1, 2024

1 docker exec f64 -it bash

2 vi bin/setenv.sh

新加下面这一句

CATALINA_OPTS="-Dupm.plugin.upload.enabled=true ${CATALINA_OPTS}"
CATALINA_OPTS="-XX:+IgnoreUnrecognizedVMOptions ${CATALINA_OPTS}"
CATALINA_OPTS="${CONFLUENCE_GC_OPTS} ${CATALINA_OPTS}"
CATALINA_OPTS="${CONFLUENCE_GC_LOG} ${CATALINA_OPTS}"

3 reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants