- Install WSL2 for windows users (Preferrably Debian)
- Enable
Windows Virtual Machine Platform
andWindows Subsystem for Linux
by typingTurn Windows Features
in start search bar. System will ask to reboot, do Reboot. - In Powershell, set
wsl --set-default-version 2
- Head to Microsoft store and download Debain. [OR] run
wsl --install -d <DistroName>
in Powershell.
- Enable
- Install build-essential, golang, python, nodejs, curl, jq, wget, docker and docker-compose
sudo apt-get install build-essential curl wget golang python nodejs docker docker-compose jq
- According to this, Run
sudo touch /etc/fstab
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
sudo service docker start
service docker status
- Run
curl -sSL https://bit.ly/2ysbOFE | bash -s
- Add
export PATH="<path_to_3rd_step_downloaded_directory_bin>:$PATH"
to~/.bashrc
file at the bottom. - Git clone this repo,
cd
into it and run./fablo up
- Up the network using
./fablo up
- After changing fablo-config.json, run
./fablo recreate