2014-10-10 113 views

回答

1

安装任何依赖项。 couchperuser要求rebar,例如,

$ brew install rebar 

确保插件目录存在,例如,

$ mkdir /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins 

克隆(下载)回购:

$ git clone https://github.com/etrepum/couchperuser.git 

移动插件文件:

$ mv couchperuser /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins 

构建插件文件:

$ cd /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins/couchperuser 
$ make 

重新启动CouchDB的

+0

嗨!如何在ubuntu安装中安装'couchpereuser'? – 2017-04-06 12:20:02