我正在尝试为需要本地开发而设置ouchdb。正在通过故障排除页面http://docs.couchdb.org/en/latest/install/troubleshooting.html,它有一些说明来检查正确设置它所需要的一些步骤。
就像crypto:md5_init().
和snappy:compress("gogogogogogogogogogogogogogo").
一样,它们不在我的本地计算机上,我的问题是我如何使用像rebar3 install
这样的软件包管理工具(如rebar3)安装这些软件包,在我的计算机上安装该库,而不是将它作为dep并运行到钢筋中而添加到配置文件中。
反正有这样做吗?
答案 0 :(得分:2)
要使用crypto
,需要在计算机上安装erlang-crypto
:
$ sudo apt-get install erlang-crypto
然后在Erlang shell中运行/停止crypto
:
1> crypto:start().
ok
2> crypto:stop().
=INFO REPORT==== dd-mmm-yyyy::hh:mm:ss.mmmmm ===
application: crypto
exited: stopped
type: temporary