Overview | How to install | User guide
Download a pre-built package for Windows x64 or:
git clone https://github.com/kreeben/resin.git
Extract zip file or, if you used git clone
, now run the following commands:
cd resin\src\sir.httpserver
dotnet publish -p:PublishProfile=FolderProfile
cd resin\src\sir.httpserver\bin\release\net5.0\publish
dotnet run
Your search server is now available at http://localhost:54866.
Here are instructions for Sir.HttpServer.
Download a pre-built package for Windows x64 or:
git clone https://github.com/kreeben/resin.git
Extract zip file or, if you used git clone
, now run the following commands:
cd resin\src\sir.cmd
dotnet publish -p:PublishProfile=FolderProfile
cd ..\\..\\
Here are instructions on the commands you may issue through Sir.Cmd.