Page:
Setup Windows
No results
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
-
Download the latest Go installer from the official website:
https://go.dev/dl/ -
Run the installer and follow the prompts. Ensure "Add Go to PATH" is selected during installation.
-
Verify the installation by opening a Command Prompt or PowerShell and running:
go version
Installing Git
-
Download Git for Windows:
https://git-scm.com/ -
Run the installer and follow the prompts. Ensure "Git from the command line" is selected.
-
Verify the installation by running:
git --version
Running QGato
-
Open Command Prompt or PowerShell.
-
Clone the repository:
git clone https://weforge.xyz/Spitfire/Search.git cd Search
-
Run the server using the provided batch script:
.\run.bat
Alternative (Using Go Directly)
-
Clone the repository:
git clone https://weforge.xyz/Spitfire/Search.git cd Search
-
Run QGato with Go:
go run .
That's it! QGato is now running.
Navigation
Repository | Demo | License