Thatâs something at least. Can you provide more details on your system and the exact steps youâve taken (CLI / authd versions installed, browser version downloaded, snapp version downloaded, commands run etc)?
Im on windows 10, i dont know what else to say about my computer that might affect this software, its a laptop, i7 intel processor w/intel onboard gfx card. As i explained i installed the safebrowser linked on safenetwork.tech and proceeded to run it, but it did not do anything except open 3 processes. The download page had no info on how to run it. The only page i could find with any information about setup was the CLI download page https://github.com/maidsafe/safe-api/tree/master/safe-cli#download
So i proceded to download gitbash and ran the install script ```
$ curl -so- https://safe-api.s3.amazonaws.com/install.sh | bash
It installed. I followed the next step regarding using this with the mock network (baby fleming i imagine this is referring to)
$ cd safe-cli
Which returned the error âno such file or directoryâ. Then i ran â$ cargo build --features mock-networkâ
which gives the error âcommand not foundâ.
However if i just type âsafeâ into the gitbash window it will open the safe interactive shell. So if i try those commands again the first cd command returns âcommand is unknown or not supported yetâ. If i run the cargo build command it returns the same error. I have also tried adding the $ before the commands and it returns the same error. The guide is not clear where else i am supposed to input this, or if it is out of date.
Moving onto the vault install section of the guide, i input âsafe vault installâ and also âvault installâ both returned the error âcommand safe vault install is unknown or not supported yetâ.
It doesnt appear as if i can go any further if the vault wont install as the next instructions assume it did.
edit: to followup to upstates post i downloaded the safe auth for windows and ran it and it does open a processes safe-authd.exe. Opening the safe browser alpha exe once again opens 3 processes but nothing else happens. This was attempted again with the CLI running (open gitbash and typed in âsafeâ). The commands listed on https://github.com/maidsafe/safe-api/blob/master/README.md
are incorrrect, âsafe-authd startâ gives an error, the command âsafe auth startâ works, but its the same as running the exe.
Running âsafe authâ attempst to auth the CLI but gives an error âfailed - you need to log in to a safe network account firstâ. Trying âsafe auth login --self-authâ causes the CLI to hang.
The instructions are unclear on what else can be done.