diff --git a/docs/getting-started/advanced-deployment-options/cli-installation.png b/docs/getting-started/advanced-deployment-options/cli-installation.png new file mode 100644 index 0000000..b31f0ca Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/cli-installation.png differ diff --git a/docs/getting-started/advanced-deployment-options/gaia-cli-installation.png b/docs/getting-started/advanced-deployment-options/gaia-cli-installation.png new file mode 100644 index 0000000..0a4fc5f Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/gaia-cli-installation.png differ diff --git a/docs/getting-started/advanced-deployment-options/gaianet-init.png b/docs/getting-started/advanced-deployment-options/gaianet-init.png new file mode 100644 index 0000000..fbe51e5 Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/gaianet-init.png differ diff --git a/docs/getting-started/advanced-deployment-options/gaianet-start.png b/docs/getting-started/advanced-deployment-options/gaianet-start.png new file mode 100644 index 0000000..71023e3 Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/gaianet-start.png differ diff --git a/docs/getting-started/advanced-deployment-options/installation-complete.png b/docs/getting-started/advanced-deployment-options/installation-complete.png new file mode 100644 index 0000000..ce58801 Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/installation-complete.png differ diff --git a/docs/getting-started/advanced-deployment-options/launching-ubuntu.png b/docs/getting-started/advanced-deployment-options/launching-ubuntu.png new file mode 100644 index 0000000..908a479 Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/launching-ubuntu.png differ diff --git a/docs/getting-started/advanced-deployment-options/windows.md b/docs/getting-started/advanced-deployment-options/windows.md new file mode 100644 index 0000000..d049820 --- /dev/null +++ b/docs/getting-started/advanced-deployment-options/windows.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 5 +--- + +# Install Gaia on Windows + +Here is the complete guide to installing and running your own decentralised AI inference using Gaia from a Windows machine. + +## Pre-requisites + +- Windows Sub-system for Linux +- Ubuntu (Latest distribution) + +Learn more about [system requirements](../system-requirements). + +## Step 1 + +Install WSL by opening your Command Prompt or Powershell in your windows machine and running the following command: + +``` +wsl --install Ubuntu-24.04 +``` + +Following is the progress that you should notice when WSL and Ubuntu-24.04 is being installed. + +![](wsl-install-ubuntu.png) +![](wsl-installer.png) +![](launching-ubuntu.png) +![](installation-complete.png) + +## Step 2 + +Make sure to: +- [ ] Set your Unix user account +- [ ] Set a password +- [ ] Re-enter the password for confirmation + +Once WSL is installed and your choice of Ubuntu is installed, you should see the following: + +![Ubuntu-24.04 Installation Complete](installation-complete.png) + +## Step 3 + +Once you see the user account logged in as shown in the above screenshot, you can follow the Gaia CLI installation steps from [here](https://docs.gaianet.ai/getting-started/quick-start/#installing-the-node). + +![Gaia CLI Installation](gaia-cli-installation.png) +![Gaia CLI Installation Complete](cli-installation.png) +![Gaianet Init](gaianet-init.png) +![Gaianet Start](gaianet-start.png) + +> That's it! Gaia now runs on your Windows machine! \ No newline at end of file diff --git a/docs/getting-started/advanced-deployment-options/wsl-install-ubuntu.png b/docs/getting-started/advanced-deployment-options/wsl-install-ubuntu.png new file mode 100644 index 0000000..9435dbe Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/wsl-install-ubuntu.png differ diff --git a/docs/getting-started/advanced-deployment-options/wsl-installer.png b/docs/getting-started/advanced-deployment-options/wsl-installer.png new file mode 100644 index 0000000..2703405 Binary files /dev/null and b/docs/getting-started/advanced-deployment-options/wsl-installer.png differ