couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Rebar3

Open jiahuili430 opened this issue 1 year ago • 0 comments

Overview

Testing recommendations

./configure --spidermonkey-version 91
make
./dev/run --admin=adm:pass -n 1

make eunit
make eunit apps=config,couch_dist
make dist
make check
make release

Related Issues or Pull Requests

Checklist

  • [ ] Code is written and works correctly
  • [ ] Changes are covered by tests
  • [ ] Any new configurable parameters are documented in rel/overlay/etc/default.ini
  • [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation

jiahuili430 avatar Jul 19 '22 14:07 jiahuili430