Skip to content

samaxes/ddr-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDR Compare

Companion code to go along with the blog post at http://www.samaxes.com/2012/10/comparing-device-description-repositories/.

Building DDR Compare

DDR Compare uses the Apache Maven build system. Building DDR Compare requires you to have it installed.

Install OpenDDR Maven dependencies into your local repository by executing the following script from inside the lib folder:

  • install-libs.sh for Linux
  • install-libs.bat for Windows

Build the project:

mvn clean package

Deploying and running DDR Compare

DDR Compare needs a Java EE application server to run. Follow these steps to deploy it to JBoss AS:

  1. Deploy the exploded WAR file to your application server.
  2. Open the file WAR/WEB-INF/classes/openddr/oddr.properties and replace <BASEDIR> with the complete system path to the openddr directory.
  3. Start your application server and point your browser to http://localhost:8080/ddr.

About

Device Description Repositories comparison.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published