Skip to content
/ dvn Public
forked from ualbertalib/dvn

Dataverse Network (DVN): http://thedata.org for Digital Initiative, University of Alberta Libraries

Notifications You must be signed in to change notification settings

pcharoen/dvn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Dataverse Network (DVN)

Quick Start Guide for Eclipse User

  • Download Eclipse Kepler (4.3.1) for Java EE Developers http://eclipse.org/downloads/
  • Clone project, Window -> Open Perspective -> Git -> Copy and paste <https://github.com/ualbertalib/dvn.git> to Git Repositories tab
  • Import project, File -> Import -> Existing Maven Project -> Select dvn/DVN-root
  • You should get projects DVN-root and DVN-web in your workspace.
  • Build project, DVN-root -> Run As -> 1. Maven build -> Goles: package -> Run

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:site -Dsite.output.dir=${dvn-gh-pages.dir}
$ cd dvn-gh-pages
$ git add .
$ git commit -m "Update project documents."
$ git push

About

Dataverse Network (DVN): http://thedata.org for Digital Initiative, University of Alberta Libraries

Resources

Stars

Watchers

Forks

Packages

No packages published