ualbertalib / dvn

Dataverse Network (DVN): http://thedata.org for UAL Dataverse Network, University of Alberta Libraries
http://dataverse.library.ualberta.ca
1 stars 1 forks source link

alt text

Dataverse Network (DVN)

Build Status

Quick Start Guide for Eclipse User

Build from Source Code

System Requirements

Usage

Build application war file

$ git clone https://github.com/ualbertalib/dvn.git
$ cd dvn/DVN-root
$ mvn package
$ cp DVN-web/target/DVN-web.war ${autodeploy.dir}

Build project documents

$ git clone https://github.com/ualbertalib/dvn.git -b gh-pages dvn-gh-pages
$ cd dvn/DVN-root/DVN-web
$ mvn javadoc:javadoc site -Dsite.output.dir=${dvn-gh-pages.dir}
$ cd dvn-gh-pages
$ git add .
$ git commit -m "Update project documents."
$ git push