Skip to content

Setup CouchDB

Actions
Set up a CouchDB database as a single node
v5
Latest
Star (10)

CouchDB GitHub Action

This GitHub Action sets up a CouchDB database.

The Erlang query server is enabled. A default user "admin" with the password "admin" is created.

Usage

See action.yml and test.yml.

Basic:

steps:
  - name: Set up CouchDB
    uses: "cobot/couchdb-action@main"
    with:
      couchdb version: "2.3.1"
  - name: Do something
    run: |
      curl http://admin:[email protected]:5984/

Contributions

License

The scripts and documentation in this project are released under the MIT License

Setup CouchDB is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up a CouchDB database as a single node
v5
Latest

Setup CouchDB is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.