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
Line 10: Line 10:
------------
------------


# 1.  Using the Centos installation instructions.
# Using the Centos installation instructions.
 
# Create the `bintray-apache-couchdb-rpm.repo` file in the /etc/yum.repos.d directory.
# 2.  Create the `bintray-apache-couchdb-rpm.repo` file in the
# Fill in the full path to the repository list rather than using the Relver and Architecture macros.
    /etc/yum.repos.d directory
##     \[bintray\--apache-couchdb-rpm\]
 
# 3.  Fill in the full path to the repository list rather than using the
    Relver and Architecture macros.
 
##     1.  \[bintray\--apache-couchdb-rpm\]
         name=bintray\--apache-couchdb-rpm
         name=bintray\--apache-couchdb-rpm
         baseurl=<http://apache.bintray.com/couchdb-rpm/el7/x86_64/>
         baseurl=<http://apache.bintray.com/couchdb-rpm/el7/x86_64/>
         gpgcheck=0 repo\_gpgcheck=0 enabled=1
         gpgcheck=0 repo\_gpgcheck=0 enabled=1
 
# Yum install after enabling epel
# 4.  Yum install after enabling epel
##   sudo yum install couchdb`
 
# Continue with the Couchdb and configuration as normal
##     1.  `sudo apt update && sudo apt install -y couchdb`
 
# 5.  Continue with the Couchdb and configuration as normal


 
 

Revision as of 15:32, 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.
    1. \[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
  1. Yum install after enabling epel
    1. sudo yum install couchdb`
  2. Continue with the Couchdb and configuration as normal