Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.38 KB

Peripleo 2

Project Stats

Home of Peripleo v.2 - a search frontend to Pelagios. Track our progress on Waffle.io.

Prerequisites

Installation

  • Clone this repository
  • Create a copy of the file conf/application.conf.template and name it conf/application.conf. Make any environment-specific changes there. (For the most part, the defaults should be fine.)
  • Deploy the time histogram script to ElasticSearch by copying conf/es-scripts/by_time.groovy to the config/scripts folder on every data node in your ES cluster.
  • Type activator run to start the application in development mode.
  • Point your browser to http://localhost:9000.
  • Peripleo automatically creates a single admin user with username 'admin' and password 'admin'. Be sure to remove this user (or at least change the password) for production use!
  • To generate an Eclipse project, type activator eclipse.

License

Peripleo 2.0 is licensed under the terms of the Apache 2.0 license.