wohali commented on issue #642: Build pipeline and package build tasks URL: https://github.com/apache/couchdb/issues/642#issuecomment-318232603 2.0 packages are on bintray and have been tested (though `couchup` is missing.) # EL6/7 Repo file (place at `/etc/yum.repos.d/bintray-apache-couchdb-rpm.repo`): ``` [bintray--apache-couchdb-rpm] name=bintray--apache-couchdb-rpm baseurl=http://apache.bintray.com/couchdb-rpm/el$releasever/$basearch/ gpgcheck=0 repo_gpgcheck=0 enabled=1 ``` This needs to be moved to somewhere in the `couchdb-www` repo on the `asf-site` branch for convenience. Then: yum -y install epel-release && yum install couchdb # Debian/Ubuntu `echo "deb https://apache.bintray.com/couchdb-deb {distribution} main" | sudo tee -a /etc/apt/sources.list` where `{distribution}` is one of: * `jessie` - Debian 8 * `trusty` - Ubuntu 14.04 * `xenial` - Ubuntu 16.04 Then: apt-get update && apt-get install couchdb ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
