1
如何安装像couchperuser这样的CouchDB插件/守护进程?如何像couchperuser一样安装CouchDB插件/守护进程
如何安装像couchperuser这样的CouchDB插件/守护进程?如何像couchperuser一样安装CouchDB插件/守护进程
安装任何依赖项。 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的
嗨!如何在ubuntu安装中安装'couchpereuser'? – 2017-04-06 12:20:02