Skip to content

snippetbucket/install-confluence-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

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. Tested on newly installed Centos7 machines on VM and DigitalOcean droplets.

Installation

#create new instance on Centos7 (minimal will do) #yum install git #cd /opt/ #git clone https://github.com/sjoulaei/install-confluence-centos.git #cd install-confluence-centos #./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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.1%
  • Shell 35.0%
  • Python 8.9%