1 Setup Windows
partisan edited this page 2025-01-12 11:39:12 +01:00

Setup for Windows

Prerequisites

  • Go: Version 1.23 or higher is required.
  • Git: Necessary for cloning the repository.
  • Internet Access: Required for fetching search results.

Installing Go

  1. Download the latest Go installer from the official website:
    https://go.dev/dl/

  2. Run the installer and follow the prompts. Ensure "Add Go to PATH" is selected during installation.

  3. Verify the installation by opening a Command Prompt or PowerShell and running:

    go version
    

Installing Git

  1. Download Git for Windows:
    https://git-scm.com/

  2. Run the installer and follow the prompts. Ensure "Git from the command line" is selected.

  3. Verify the installation by running:

    git --version
    

Running QGato

  1. Open Command Prompt or PowerShell.

  2. Clone the repository:

    git clone https://weforge.xyz/Spitfire/Search.git
    cd Search
    
  3. Run the server using the provided batch script:

    .\run.bat
    

Alternative (Using Go Directly)

  1. Clone the repository:

    git clone https://weforge.xyz/Spitfire/Search.git
    cd Search
    
  2. Run QGato with Go:

    go run .
    

That's it! QGato is now running.