@@ -4,6 +4,8 @@ SnippetBucket Technolgoies
4
4
Enable QA testing and support for confluence.
5
5
Allow integration of ERP with Confluence with nodejs, python.
6
6
7
+ <img src =" https://www.snippetbucket.com/wp-content/uploads/2019/01/centos-confluence-install-snippetbucket.png " width =" 100% " />
8
+
7
9
8
10
# Introduction
9
11
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
62
64
than after in case new database creation required, just sudo su confluence, than createdb confluence_db2... and so on.
63
65
64
66
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
+
65
76
# Master trouble fixer by snippetbucket.com
66
77
67
78
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
83
94
Here similar you can use any number of different home location as it failed
84
95
85
96
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
+
86
117
87
118
# Get better support with tiny paid dedicated resource,
88
119
0 commit comments