merge consul_to_cowsay (#3593)

This commit is contained in:
lch7167
2019-11-23 00:21:20 +09:00
committed by Proscream
parent 503e5f030c
commit 3b31dfcc59
8 changed files with 170 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
# couchdb
> Apache CouchDB 데이터베이스 서버의 명령 행 인터페이스.
> 더 많은 정보: <https://couchdb.apache.org>.
- couchdb 시작하기:
`couchdb`
- couchdb 대화식 쉘 시작하기:
`couchdb -i`
- 백그라운드 프로세스로 couchdb 시작하기:
`couchdb -b`
- 백그라운드 프로세스 종료(참고 : 필요한 경우 다시 생성됨):
`couchdb -k`
- 백그라운드 프로세스 종료:
`couchdb -d`