In this demo, we will use Nuxeo DM Server as a CMIS Repository and show how to integrate it with Hippo Repository.
$ cd ./nuxeo-dm-5.4.1-tomcat/bin $ ./nuxeoctl console
$ svn checkout http://forge.onehippo.org/svn/cmisreplication/cmisreplication/trunk cmisreplication
$ svn checkout http://forge.onehippo.org/svn/cmisreplication/cmisreplication-demo/trunk cmisreplication-demo
Note: cmis.replication.source.rootPath should be properly set to the existing Nuxeo workspace or section path.
$ mvn -P cargo.run (By default, it will open a port at 8888 because the default Nexeo server will open a port at 8080. To change port, you may use `-Dcargo.port=9999', for example.)
As you can see below, you need to add a workspace to add a file.
After adding a file in a workspace, you need to publish the file to a section.
Now you can see the document you published in your workspace as shown below.
After less than 10 seconds, you may see the replicated documents in the specified assets folder
from the Nuxeo DM Server to Hippo Repository.
Now, you can search the asset documents by the contents in your website.