How to Get Hyperledger Indy Running on Ubuntu 16.04 or Windows or PlayWithDocker - hyperledger

Other than the example/demo from this video: https://www.youtube.com/watch?v=llwfb5Ut5sg&t=2823s => https://github.com/swcurran/education/tree/master/LFS171x/indy-material/nodejs
I can not seem to get Hyperledger Indy (SDK or Node) succefully up and running from any of the guides:
- https://indy.readthedocs.io/en/latest/ OR
-https://github.com/hyperledger/indy-sdk OR
-https://github.com/hyperledger/indy-node#about-indy-node OR -Any guide on Medium.com or a google search.
On either my Ubuntu 16.04 OS, my Windows OS or Play With Docker online.
A common error is that the "libindy dependancy is not found" - but https://github.com/hyperledger/indy-sdk#installing-the-sdk always fails as well.
Has anyone recently and successfully done so? Any tips to get started developing would also be greatly appreciated.

There is an easy way to get a local Indy network , please try
von-network

Related

quorum-dev-quickstart when running in WSL2 got error message: incompatible with Windows

I am following the tutorial on the hyperledger besu Developer Quickstart and I tried running npx quorum-dev-quickstart but always received this error even though I am already using WSL2 with docker installed:
Unfortunately this tool is not compatible with Windows at the moment.
We recommend running it under Windows Subsystem For Linux 2 with Docker Desktop.
Same thing happens when using the Git Bash. Can anyone let me know what I should do differently? Thank you!!
I tried Git Bash, WSL2, PowerShell and none of them worked.

Docker desktop automatically stopped on Windows 10

Recently I faced a problem that when I open docker desktop it's automatically stopped after a few seconds. I try to solve it in several ways like reinstalling the docker desktop and also trying some methods that are available on the internet as solutions. But these do not work for me.
Is anyone can help me, please.
I have had lots of problems with installing docker on windows .
make sue you are following docker's documentation step by step.
Most of the times the problem is related to wsl2 , hyper-v or cpu virtualization. check this parameters
Docker in windows

Visual Studio 2019 - No Attach to Process Type option for Docker (Windows Container)

I have a bunch of containers running .Net Framework Apps on Windows Containers. Apps work great, containers work perfectly. I need to debug some code on one of the containers using VS2019 and according to this article it should be easy https://learn.microsoft.com/en-us/visualstudio/debugger/attach-to-process-running-in-docker-container?view=vs-2019
Unfortunately, I only see "Docker (Linux Container)". I do not see an option for "Docker (Windows Container)" and I don't see any additional steps needed in the articles or any other to enable this.
I can confirm that my Docker Desktop is switched to Windows Container and everything is working perfectly I just don't see this option but seems like I should be able to. Has anyone come across this and found a solution? I saw some stuff for installing a remote debugger on the container but again the article does not say this is a prerequisite. Any help will be much appreciated.
Thanks,
To anyone facing the same issue, the answer is to upgrade your visual studio 2019 instance to the latest. I noticed I was on 16.4.x. I upgraded to 16.8.3 and the options all appeared and worked as expected. Apparently the options for Windows containers and the new WSL 2 based engine are only available in 16.5.x and above. Hope this helps someone out.

Docker installation error on windows

I am trying to install Docker client on windows but when i start the installer i get the below pop up .
Can someone please guide me what should the solution to this issue be.
I am using windows 7 enterprise, 64 bit.
Thanks in advance.
Docker requires Windows 10. If you are using Windows 7, use Docker toolbox from the following location
https://docs.docker.com/toolbox/overview/.
As you install the toolbox, automatically the VM virtual box also will get installed. Atleast, that is what happened to me.
After installation, my docker container did not start properly.
So, I uninstalled the VM virtual box, installed it again, then started the kitematic and it was all a great flow to see my docker up and running!
Couple of the links that helped me gain better understanding:
https://github.com/docker/machine/issues/4066
https://github.com/docker/toolbox/issues/291

How do I Remote Debug with RubyMine?

I have my RubyMine client running on my Windows machine and my development console and server running on a local Ubuntu VmWare because of problems running several of the gems on windows.
There's suppose to be an option to use RubyMine's Remote debugging to support such a setup. But I seem to have trouble running it.
I tried to follow these guides -
http://blogs.jetbrains.com/ruby/2009/05/ruby-remote-debug/
http://www.jetbrains.com/ruby/webhelp/remote-debugging.html
But I can't seem to get it working, did anyone ever got a setup like this working?
Could you please describe the steps what you did exactly at RubyMine's official support forum?
Here it is: http://devnet.jetbrains.net/community/ruby?view=discussions&start=0
Regards,
Oleg

Resources