Skip to content

installer script to install Confluence in Centos 7 with postgresql database and reverse proxy ssl setup

Notifications You must be signed in to change notification settings

sjoulaei/install-confluence-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

installer script to install Confluence in Centos 7 with postgresql database and reverse proxy ssl setup. It installs:

  • httpd24-httpd from scl repository
  • postgresql server
  • setup ssl certificates
  • prepare confluence database

Warning

This script is not meant to cover all basis. It is created to ease the installation of confluence on a fresh Centos7 installation.

I haven't spent much time on error handling and covering all various scenarios.

It is tested on newly installed Centos7 machines on VM and DigitalOcean droplets.

Installation

Create a new Centos7 (minimal installation will do) installation. Login with root or other priveledged user and run below commands

sudo yum install git
cd /opt/
sudo git clone https://github.com/sjoulaei/install-confluence-centos.git
cd install-confluence-centos
sudo ./install-confluence.sh

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).

Thats it!!! the script will take care of the rest of the installation.