Skip to content

Commit d1230df

Browse files
authored
installation guide added
1 parent 490af92 commit d1230df

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
# install-confluence-centos
1+
# Introduction
22
installer script to install Confluence in Centos 7 with postgresql database and reverse proxy ssl setup.
33
It installs:
44
* httpd24-httpd from scl repository
55
* postgresql server
66
* setup ssl certificates
77
* prepare confluence database
8+
9+
*This script is not meant to cover all basis. It is created to ease the installation of confluence on a fresh Centos7 installation.*
10+
11+
I haven't spent much time on error handling and covering all various scenarios.
12+
Tested on newly installed Centos7 machines on VM and DigitalOcean droplets.
13+
14+
Installation
15+
16+
#create new instance on Centos7 (minimal will do)
17+
#yum install git
18+
#cd /opt/
19+
#git clone https://github.com/sjoulaei/install-confluence-centos.git
20+
#cd install-confluence-centos
21+
#./install-confluence.sh
22+
23+
Few questions will be asked about the details of the installation. The only one that you need to change is the password for the confluence database user. The rest can be left as default values (just press Enter).
24+
25+
Thats it!!! the script will take care of the rest of the installation.

0 commit comments

Comments
 (0)