Hi, Could someone please give 'AndrewSavory' some karma on the wiki? I'd like to add a "getting started" page, describing how to get up and running.
I figure the key steps [1] are: * Install http://www.w3.org/TR/DDR-Simple-API/Device Description Repository API: wget http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/DDR-Simple-API.jar mvn install:install-file -Dfile=DDR-Simple-API.jar -DgroupId=org.w3c.ddr.simple -DartifactId=DDR-Simple-API -Dversion=2008-04-04 -Dpackaging=jar * Build DeviceMap: svn co devicemap cd devicemap/openddr/data && mvn clean install cd ../java && mvn clean install * ... profit. [1] derived in part from https://github.com/raducotescu/devicemap-demo/blob/master/README.md ... thanks Radu! Thanks, Andrew. -- [email protected] / [email protected] http://www.andrewsavory.com/
