Installing Couchdb on AWS Linux 2: Difference between revisions

From G30 Consultancy
Jump to navigationJump to search
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:How-to Pages]]
AWS Linux 2 is inherited from Fedora/RHEL7/Centos but doesn't provide
AWS Linux 2 is inherited from Fedora/RHEL7/Centos but doesn't provide
compatible Release version semantics. This means that the general
compatible Release version semantics. This means that the general
Line 13: Line 12:
# Create the `bintray-apache-couchdb-rpm.repo` file in the /etc/yum.repos.d directory.
# Create the `bintray-apache-couchdb-rpm.repo` file in the /etc/yum.repos.d directory.
# Fill in the full path to the repository list rather than using the Relver and Architecture macros.
# Fill in the full path to the repository list rather than using the Relver and Architecture macros.
##      \[bintray\--apache-couchdb-rpm\]
#      \[bintray\--apache-couchdb-rpm\] name=bintray\--apache-couchdb-rpm       baseurl=<http://apache.bintray.com/couchdb-rpm/el7/x86_64/>   gpgcheck=0 repo\_gpgcheck=0 enabled=1
        name=bintray\--apache-couchdb-rpm
#     Yum install after enabling epel
        baseurl=<http://apache.bintray.com/couchdb-rpm/el7/x86_64/>
#    sudo yum install couchdb`
        gpgcheck=0 repo\_gpgcheck=0 enabled=1
# Continue with the Couchdb and configuration as normal.
# Yum install after enabling epel
# The Apache repository does not support IPV6 so if you have no external IPV4 route you will need to add one.
##    sudo yum install couchdb`
# Continue with the Couchdb and configuration as normal
 
 
 
[[Category:How-to Pages]]

Latest revision as of 15:37, 6 September 2024

AWS Linux 2 is inherited from Fedora/RHEL7/Centos but doesn't provide compatible Release version semantics. This means that the general Couchdb Apache instructions need adjusting.

This page uses [http://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages Apache Couchdb binary installation]

Instructions

  1. Using the Centos installation instructions.
  2. Create the `bintray-apache-couchdb-rpm.repo` file in the /etc/yum.repos.d directory.
  3. Fill in the full path to the repository list rather than using the Relver and Architecture macros.
  4. \[bintray\--apache-couchdb-rpm\] name=bintray\--apache-couchdb-rpm baseurl=<http://apache.bintray.com/couchdb-rpm/el7/x86_64/> gpgcheck=0 repo\_gpgcheck=0 enabled=1
  5. Yum install after enabling epel
  6. sudo yum install couchdb`
  7. Continue with the Couchdb and configuration as normal.
  8. The Apache repository does not support IPV6 so if you have no external IPV4 route you will need to add one.