hi im trying to build and run safe_vault using rustup on a linux amd64 machine. the result is after ./safe_vault nothing happens (not even any error messages are output to shell). the following is the procedure and i would like to know what am i doing wrong.
$ curl https://sh.rustup.rs -sSf | sh
HOME/.cargo/env
source HOME/.cargo/env
rustup default nightly
rustup update
git clone https://github.com/maidsafe/safe_vault
cd safe_vault
cargo build
cd target/debug/
./safe_vault
there is no output and no process is started. i have also forwarded 5483 tcp port (is this the right one) to this machine and have not touched the safe_vault.*.config files yet. any ideas?