Skip to content

magnaibayar/resourcecontracts-elasticsearch

 
 

Repository files navigation

NRGI- Elasticsearch API

Install

NRGI-Elasticsearch API can be cloned from gitlab repository and installed. Following the procedure given below:

Run

The app can be run with the command below:

  • install the application dependencies using command: composer install
  • copy .env.example to .env and update your configuration .
  • run php server ie. php -S localhost:8001
  • make sure elasticsearch is running .

Setup Elasticsearch

For Linux

  • Download Elasticsearch- wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.5.2.deb
  • sudo dpkg -i elasticsearch-1.5.2.deb
  • Start Elasticsearch Service sudo service elasticsearch restart

Tools and packages

This application uses following packages:

About

This is the elasticsearch component of the ResourceContracts portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • ApacheConf 0.6%