This repository has been archived, as functionality is now included in datacite/lupo.
Using Docker.
docker run -p 8085:80 datacite/lagottino
or
docker-compose up
You can now point your browser to http://localhost:8085 and use the application. Some API endpoints require authentication.
To populate the database and index with resources:
bundle exec rake elasticsearch:event:create_index
bundle exec rake elasticsearch:event:import
bundle exec rake event:index
To delete events by subj-id, for example events with subj-id 'https://doi.org/10.1007/s10680-018-9485-1':
bundle exec rake event:detete_by_sub_id[https://doi.org/10.1007/s10680-018-9485-1]
We use Rspec for testing:
bundle exec rspec
Follow along via Github Issues.
Lagottino is released under the MIT License.
Content type
Image
Digest
Size
735.8 MB
Last updated
over 7 years ago
docker pull datacite/lagottino