Skip to content

yarikoptic/content-resolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataCite Content Resolver

This software is deployed at https://data.datacite.org

For documentation please check http://crosscite.org/cn

Building and running locally

Check out the code and adjust configuration parameters:

cp src/main/resources/config.properties.template src/main/resources/config.properties
vi src/main/resources/config.properties

Check if all test are ok:

mvn test

Run locally:

mvn tomcat7:run

If you want to debug:

export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
mvn tomcat7:run

and connect with your debugger

Build .war (for deployment in your web container)

mvn package

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.3%
  • FreeMarker 10.1%
  • HTML 6.6%
  • CSS 2.0%