yagna
from sources, you'll need to have a rust
development environment installed - it will be needed to run the yagna
daemon itself. If you don't have it, please refer to the docs to install it: https://www.rust-lang.org/learn/get-started​yagna
service.yagna
using the Rust compiler (which might take a considerable time unless you're working on a really fast machine) and once it's built, will subsequently launch it.[2020-07-16T12:11:33Z INFO yagna] Starting yagna service!
.yagna
command must be replaced with cargo run
in any of the examples we provide elsewhere in this documentation. E.g. instead of: yagna app-key list
you'd run: cargo run app-key list
.gftp
binaryyagna
from source, then you won't have the gftp
binary around and you will also need to build it yourself. To do so, once again, go to your yagna
source directory and execute:gftp
binary for you.yagna
daemon is now ready!