add new chinese translations
This commit is contained in:
24
pages.zh/common/couchdb.md
Normal file
24
pages.zh/common/couchdb.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# couchdb
|
||||
|
||||
> Apache CouchDB 数据库服务器的命令行界面。
|
||||
> 更多信息:<https://couchdb.apache.org>。
|
||||
|
||||
- 启动 CouchDB:
|
||||
|
||||
`couchdb`
|
||||
|
||||
- 启动 CouchDB 交互式 shell:
|
||||
|
||||
`couchdb -i`
|
||||
|
||||
- 将 CouchDB 作为后台进程启动:
|
||||
|
||||
`couchdb -b`
|
||||
|
||||
- 杀死后台进程(注意:如果需要,它会自动重启):
|
||||
|
||||
`couchdb -k`
|
||||
|
||||
- 关闭后台进程:
|
||||
|
||||
`couchdb -d`
|
Reference in New Issue
Block a user