Skip to content

Instantly share code, notes, and snippets.

View patrickmwila's full-sized avatar

Patrick Mwila patrickmwila

View GitHub Profile
@patrickmwila
patrickmwila / notes2023-searchkit_and_elasticsearch_install.md
Last active September 15, 2023 09:25
notes2023-searchkit_and_elasticsearch_install

[ZNRP] Searchkit and Elasticsearch Installation

Installation of Searchkit

Searchkit is an open source library which helps you build a great search experience with Elasticsearch.

To install searchkit, you will need to clone the inrp_portal repository and execute a series of commands. Here we are using searchkit with React.js. The package.json file in the root project folder show's the dependencies needed for the successful installation of the portal. Skip the prerequisites if you already have Node.js with yarn installed. Note: The installation instructions assume you are running a debian based linux distribution. Specifically, here we are running Ubuntu 20.04.6 LTS.

Prerequisites

# Installation of Node.js using nvm