Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.81 KB

README.md

File metadata and controls

64 lines (43 loc) · 2.81 KB

Dataverse®

Dataverse is an open source web application for sharing, citing, analyzing, and preserving research data (developed by the Data Science and Products team at the Institute for Quantitative Social Science and the Dataverse community).

dataverse.org is our home on the web and shows a map of Dataverse installations around the world, a list of features, integrations that have been made possible through REST APIs, our development roadmap, and more.

We maintain a demo site at demo.dataverse.org which you are welcome to use for testing and evaluating Dataverse.

To install Dataverse, please see our Installation Guide which will prompt you to download our latest release.

To discuss Dataverse with the community, please join our mailing list, participate in a community call, chat with us at chat.dataverse.org, or attend our annual Dataverse Community Meeting.

We love contributors! Please see our Contributing Guide for ways you can help.

Dataverse is a trademark of President and Fellows of Harvard College and is registered in the United States.

Dataverse Project logo

Coverage Status

Running integration tests

All tests:

./mvnw verify

Single test:

./mvnw verify -Dit.test=UserNotificationRepositoryIT -pl dataverse-persistence

Integration test dependencies can be started manually in order to execute integration tests through the IDE:

./mvnw docker:start -Dtest.solr.port=8984 -pl dataverse-webapp

Once started, all the integration tests can be run through the IDE. When finished, containers can be stopped with:

./mvnw docker:stop -pl dataverse-webapp