You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/04/28 02:13:16 UTC

[GitHub] [couchdb-documentation] wohali edited a comment on issue #273: Improve first-time install & setup

wohali edited a comment on issue #273:
URL: https://github.com/apache/couchdb-documentation/issues/273#issuecomment-828086429


   @janzheng We literally [just updated the documentation yesterday for 3.1.1](https://docs.couchdb.org/en/stable/install/unix.html). Can you confirm you're using the latest approach? That should be:
   
   ```
   sudo apt update && sudo apt install -y curl apt-transport-https gnupg
   curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1
   source /etc/os-release
   echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \
       | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
   sudo apt update
   sudo apt install -y couchdb
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org