Home of Peripleo - a prototype search frontend to Pelagios. Track our progress on Waffle.io.
- Java 8 JDK
- SBT (version 1.0.x)
- ElasticSearch 5.6.5
- 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 query scripts to ElasticSearch by copying the files in
conf/es-scripts/
to theconfig/scripts
folder on every data node in your ES cluster. - Type
sbt 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
sbt eclipse
.
Peripleo is licensed under the terms of the Apache 2.0 license.