Installation of Bitbucket needs a set of prerequisites satisfied:
- git version 2+
- External Database - PostgreSQL 9.6+
Default version of git shipped with Red Hat 7 or Centos 7 is 1.8.x . It needs to be removed and version 2 installed:
git --version
git version 1.8.73
CENTOS 7
install the endpoint repository:
yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
install git:
yum install git
git --version
git version 2.24.1
RHEL 7 – a bit of a roundabout way
- yum remove git*
- wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- ls *.rpm
- yum install epel-release-latest-7.noarch.rpm
- yum -y install https://centos7.iuscommunity.org/ius-release.rpm
- yum repolist
- yum install git2u-all
- git --version
git version 2.16.6
PostgreSQL installation is described at Installation of PostrgreSQL 10.12 on Red Hat 7
Attachments:
image2020-4-28_22-46-59.png (image/png)