-
Notifications
You must be signed in to change notification settings - Fork 197
Description
Hello,
For the newbies can you please update the document on how to install it on a closed environment where github.com is not accessible. Was trying to download the repository on different host and pushed to closed environment but still its looking for some dependency object in github, can you please combine all dependency in one package or correct this url http://ps-tools.s3.amazonaws.com/basho-bench-0.10.0.53.g0e15158-1.el7.centos.x86_64.rpm. Thank you.
`make all
/app/scripts/basho_bench_bkp/rebar get-deps
WARN: Missing plugins: [rebar_lock_deps_plugin]
==> basho_bench_bkp (get-deps)
Pulling node_package from {git,"git://github.com/basho/node_package",
{tag,"2.0.0"}}
fatal: unable to connect to github.com:
github.com[0: ip]: errno=Connection timed out
github.com[1: ip]: errno=Connection timed out
Cloning into 'node_package'...
ERROR: sh(git clone -n git://github.com/basho/node_package node_package)
failed with return code 128 and the following output:
fatal: unable to connect to github.com:
github.com[0: ip]: errno=Connection timed out
github.com[1: ip]: errno=Connection timed out
Cloning into 'node_package'...
ERROR: 'get-deps' failed while processing /app/scripts/basho_bench_bkp: rebar_abort
make: *** [deps] Error 1
`