- Install Docker for Windows
- Make sure to also install the required Windows components for WSL 2 (Windows Subsystem for Linux)
- After the installation you should check your Docker (
>=18.03
) and Docker Compose (>=1.21
) versions using the following CMD commandsdocker -v docker-compose -v
- Install Ubuntu distribution using the following CMD commands step by step (list available distributions / install Ubuntu / check version)
wsl --list --online wsl --install --distribution Ubuntu wsl -l -v
- Make Ubuntu your default WSL distribution by using the following CMD commands (set default distribution / check new default)
wsl --set-default Ubuntu wsl --list
- Enable WSL integration with new Ubuntu distribution (Settings > Resources > WSL INTEGRATION)
- Make sure Docker Compose v2 is deactivated (Settings>General)
- You can also deactivate Docker Compose v2 by running
docker-compose disable-v2
- Clone one-click-tangle repository with the following CMD commands
git clone https://github.com/iotaledger/one-click-tangle cd one-click-tangle
-
Now you can install different components available in the one-click-tangle repo
-
NOTE: Instead of using the mentioned
chmod
command in the referenced readme's, you need to run Ubuntu as administrator for the necessary rights -
- Navigate to
hornet-private-tangle
folder in theone-click-tangle
repo
cd /mnt/<repo_path>/one-click-tangle/hornet-private-net/
- Run commands as described in the hornet-private-net readme
- NOTE: When installing the private tangle script it's recommended to use a
coo_bootstrap_wait_time
of 30 seconds./private-tangle.sh install 30
- Navigate to
-
- Navigate to
hornet-mainnet
folder in theone-click-tangle
repo
cd /mnt/<repo_path>/one-click-tangle/hornet-mainnet/
- Run commands as described in the hornet-mainnet readme
- Navigate to
-
- Navigate to
explorer
folder in theone-click-tangle
repo
cd /mnt/<repo_path>/one-click-tangle/explorer/
- Run commands as described in the explorer readme
- Navigate to