Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.
/ searchpt Public archive

Search prototype using elastic search

Notifications You must be signed in to change notification settings

search-node/searchpt

Repository files navigation

This is search prototype that is used to test and build the AngularJS front end used in the Drupal modules.

Build

To build the two minified JavaScript files used by the Drupal modules install gulp and the module defined in package.json

  • npm install --global gulp
  • npm install
  • gulp build --production

The two files will be located in build folder and needs AngularJS 1.4.x as well to be used.

Docker

Simple docker file included. Usage:

  • docker build -t searchchpt .
  • docker run -it --rm -v $PWD:/data searchchpt npm install
  • docker run -it --rm -v $PWD:/data searchcpht gulp build --production

About

Search prototype using elastic search

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •