iotaledger / one-click-tangle

"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
MIT License
55 stars 36 forks source link

Support for windows #56

Closed peterokwara closed 2 years ago

peterokwara commented 2 years ago

Description

Enable one-click-tangle to be run on a windows machine.

Motivation

Some people use windows machines for development. One-click-tangle primarily supports linux based systems.

Requirements

  1. Run a private tangle and support for extra nodes, whether autopeering or static peers
  2. Run mainnet with autopeering or static peers

Open questions (optional)

Using WSL 2 https://docs.microsoft.com/en-us/windows/wsl/install together with docker desktop https://docs.docker.com/desktop/windows/wsl/ and a linux distro installed in WSL (ubuntu, fedora) can do the trick.

Are you planning to do it yourself in a pull request?

Not sure...

peterokwara commented 2 years ago

Will provide README "Notes for Windows Users" on how to deploy the one-click-tangle on WSL and Docker Desktop.