Skip to content
Mike Conway edited this page May 21, 2015 · 7 revisions

1: Clone the irods-webdav github repo. "git clone https://github.com/DICE-UNC/irods-webdav"

2: Update irods-webdav/src/main/resources/miltonContext.xml a: Set host, zone, port, authScheme, defaultStorageResource to your iRODS repo b: Change class="io.milton.config.HttpManagerBuilder" to class="io.milton.ent.config.HttpManagerBuilderEnt" c: Change a resource.factory constructor-arg from "/test1/home/test1" to a path on your iRODS repo d: Change property context-path from "irods-webdav" to "" 3: Update irods-webdav/pom.xml a: Change "milton-server-ce" to "milton-server-ent"

4: Go to http://milton.io/about/license/index.html and get a trial enterprise license. Put the two files--milton.license.properties and milton.license.sig--in irods-webdav/src/main/resources.

5: run irods-webdav/mvn package -DskipTests

6: Move irods-webdav/target/irods-webdav-0.0.1-SNAPSHOT.war to a Tomcat webapps directory (I usually also change the name to ROOT.war.

7: Connect!

Clone this wiki locally