Skip to content

Commit 8ac39a2

Browse files
author
snippetbucket
committed
SnippetBucket.com Confluence Master Advice
1 parent 40812f8 commit 8ac39a2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SnippetBucket Technolgoies
44
Enable QA testing and support for confluence.
55
Allow integration of ERP with Confluence with nodejs, python.
66

7+
<img src="https://www.snippetbucket.com/wp-content/uploads/2019/01/centos-confluence-install-snippetbucket.png" width="100%" />
8+
79

810
# Introduction
911
installer script to install Confluence in Centos 7 with postgresql database and reverse proxy ssl setup.
@@ -62,6 +64,15 @@ SnippetBucket.com Expert advice, create confluence user as super for postgresql
6264
than after in case new database creation required, just sudo su confluence, than createdb confluence_db2... and so on.
6365

6466

67+
Confluence Server REST API, To enable the remote API:
68+
69+
1. Choose the configuration/seeting icon , then choose General Configuration
70+
2. Click Further Configuration in the left-hand panel.
71+
3. Click Edit.
72+
4. Click the check box next to Remote API (XML-RPC & SOAP).
73+
5. Click Save.
74+
75+
6576
# Master trouble fixer by snippetbucket.com
6677

6778
In case fail to install and get isseu of MDbean or mailer issues or any crash during new instance settting up
@@ -83,6 +94,26 @@ Their default confluence home given, which infected with bad parameters so repla
8394
Here similar you can use any number of different home location as it failed
8495

8596

97+
In my suggestion, do not change base URL.
98+
Fix base URL
99+
100+
update BANDANA
101+
set BANDANAVALUE = replace(BANDANAVALUE, 'http://192.168.1.119:8090', 'http://localhost')
102+
where BANDANACONTEXT = '_GLOBAL'
103+
and BANDANAKEY = 'atlassian.confluence.settings';
104+
105+
106+
Confluence, Is working slow ? VM or VPS or Dedicated Server !!!
107+
108+
Please increate RAM > 3GB and CPU core 2 minimum.
109+
Becuase of postgresql, Java and other important process.
110+
111+
112+
Are you planning to change baseURL ?
113+
be careful it also affect server.xml, because proxy and
114+
115+
116+
86117

87118
# Get better support with tiny paid dedicated resource,
88119

0 commit comments

Comments
 (0)