Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.5 KB

INSTALL.md

File metadata and controls

53 lines (27 loc) · 1.5 KB

⍼ Resin Search Engine

Overview | How to install | User guide

Installation of HTTP server

Download

Download a pre-built package for Windows x64 or:

git clone https://github.com/kreeben/resin.git

Install

Extract zip file or, if you used git clone, now run the following commands:

cd resin\src\sir.httpserver

dotnet publish -p:PublishProfile=FolderProfile

Launch server

cd resin\src\sir.httpserver\bin\release\net5.0\publish

dotnet run

Your search server is now available at http://localhost:54866.

How to use Sir.HttpServer

Here are instructions for Sir.HttpServer.

Installation of Sir.Cmd command-line utility

Download

Download a pre-built package for Windows x64 or:

git clone https://github.com/kreeben/resin.git

Install

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 ..\\..\\

How to use Sir.Cmd command-line utility

Here are instructions on the commands you may issue through Sir.Cmd.