Home of Peripleo v.2 - a search frontend to Pelagios. Track our progress on Waffle.io.
- Java 8 JDK
- Play Framework 2.5.12
- ElasticSearch 2.4.4
- Clone this repository
- Create a copy of the file
conf/application.conf.template
and name itconf/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 theconfig/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
.
Peripleo 2.0 is licensed under the terms of the Apache 2.0 license.