Git Product home page Git Product logo

floriangantner / dspace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4science/dspace

0.0 1.0 0.0 206.45 MB

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.

Home Page: https://wiki.lyrasis.org/display/DSPACECRIS/

License: BSD 3-Clause "New" or "Revised" License

Shell 0.03% JavaScript 0.26% Perl 0.03% Java 97.13% XSLT 1.74% CSS 0.02% TeX 0.01% HTML 0.26% PLSQL 0.30% Batchfile 0.01% FreeMarker 0.01% Dockerfile 0.02% Rich Text Format 0.16%

dspace's Introduction

DSpace-CRIS

Build Status

DSpace-CRIS Documentation | DSpace-CRIS Wiki | Support

DSpace-CRIS is an open source extension of DSpace (http://www.dspace.org) providing out of box support for the CRIS / RIMS and moder Institution Repository use cases with advanced features and optimized configurations For more information, visit https://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home

If you would like to get involved in our DSpace-CRIS 7 development effort, we welcome new contributors. Just join one of our meetings or get in touch via Slack. See the DSpace 7 Working Group wiki page for more info and join the #dspace-cris channel.

If you are looking for the ongoing maintenance work for DSpace-CRIS 6 (or prior releases), you can find that work on the corresponding maintenance branch (e.g. dspace-6_x_x-cris) in this repository.


Downloads

The latest release of DSpace-CRIS can be downloaded from the DSpace-CRIS Wiki or from GitHub.

Past releases and future releases are documented in the RoadMap page

Documentation / Installation

Documentation is available on our Documentation Wiki please check also the documentation from the parent DSpace project as basic features and principle are common and only described in the DSpace documentation.

The latest DSpace Installation instructions are available at: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace

some extra step to initialize te DSpace-CRIS with proper default can be found in our documentation (see above)

Please be aware that, as a Java web application, DSpace-CRIS requires a database (PostgreSQL) and a servlet container (usually Tomcat) in order to function. More information about these and all other prerequisites can be found in the Installation instructions above.

Running DSpace-CRIS 7 in Docker

NOTE: At this time, we do not have production-ready Docker images for DSpace-CRIS. That said, we do have quick-start Docker Compose scripts for development or testing purposes.

Please be aware that, as a Java web application, DSpace-CRIS requires a database (PostgreSQL or Oracle), a servlet container (usually Tomcat) and a SOLR instance in order to function.

More information about these and all other prerequisites can be found in the Installation instructions above.

Getting Help

DSpace-CRIS has a dedicated slack channel in the DSpace.org workspace.

Support can be received also via the DSpace support channels

DSpace provides public mailing lists where you can post questions or raise topics for discussion. We welcome everyone to participate in these lists:

Great Q&A is also available under the DSpace tag on Stackoverflow

Additional support options are at https://wiki.lyrasis.org/display/DSPACE/Support

DSpace also has an active service provider network. If you'd rather hire a service provider to install, upgrade, customize or host DSpace, then we recommend getting in touch with one of our Registered Service Providers.

Issue Tracker

DSpace-CRIS uses GitHub to track public reported issues:

Testing

Running Tests

By default, in DSpace, Unit Tests and Integration Tests are disabled. However, they are run automatically by GitHub Actions for all Pull Requests and code commits.

  • How to run both Unit Tests (via maven-surefire-plugin) and Integration Tests (via maven-failsafe-plugin):
    mvn install -DskipUnitTests=false -DskipIntegrationTests=false
    
  • How to run only Unit Tests:
    mvn test -DskipUnitTests=false
    
  • How to run a single Unit Test
    # Run all tests in a specific test class
    # NOTE: failIfNoTests=false is required to skip tests in other modules
    mvn test -DskipUnitTests=false -Dtest=[full.package.testClassName] -DfailIfNoTests=false
    
    # Run one test method in a specific test class
    mvn test -DskipUnitTests=false -Dtest=[full.package.testClassName]#[testMethodName] -DfailIfNoTests=false
    
  • How to run only Integration Tests
    mvn install -DskipIntegrationTests=false
    
  • How to run a single Integration Test
    # Run all integration tests in a specific test class
    # NOTE: failIfNoTests=false is required to skip tests in other modules
    mvn install -DskipIntegrationTests=false -Dit.test=[full.package.testClassName] -DfailIfNoTests=false
    
    # Run one test method in a specific test class
    mvn install -DskipIntegrationTests=false -Dit.test=[full.package.testClassName]#[testMethodName] -DfailIfNoTests=false
    
  • How to run only tests of a specific DSpace module
    # Before you can run only one module's tests, other modules may need installing into your ~/.m2
    cd [dspace-src]
    mvn clean install
    
    # Then, move into a module subdirectory, and run the test command
    cd [dspace-src]/dspace-server-webapp
    # Choose your test command from the lists above
    

License

DSpace-CRIS source code is freely available under a standard BSD 3-Clause license. The full license is available in the LICENSE file or online at http://www.dspace.org/license/

DSpace uses third-party libraries which may be distributed under different licenses. Those licenses are listed in the LICENSES_THIRD_PARTY file.

dspace's People

Contributors

abollini avatar atarix83 avatar benbosman avatar bruno-atmire avatar cjuergen avatar corrad82-4s avatar cwilper avatar grahamtriggs avatar helix84 avatar kevinvdv avatar kshepherd avatar lap82 avatar lucagiamminonni avatar marieverdonck avatar mdiggory avatar micheleboychuk avatar mspalti avatar mwoodiupui avatar peterdietz avatar pnbecker avatar raf-atmire avatar richard-jones avatar rtansley avatar scott-phillips avatar scottyeadon avatar stuartlewis avatar tdonohue avatar terrywbrady avatar tomdesair avatar yanadepauw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.