How do I add the Digital Asset Management (DAM) tab to my DM installation?
I have installed the tomcat distribution of the 5.5-SNAPSHOT release of Nuxeo DM. How do I add the new DAM tab - with all its Digital Asset Management capabilities - next to my “Document Management” tab so that I have both tools available inside one web application?
The Platform 5.5 will come with an update interactive wizard which ask you which modules you want to instal. You will then be able to have both Document Management and Digital Asset Management features simultaneously on a same installation.
The Wizard might not be yet in the snapshot you used but will be there very soon!
And how do I add DM to DAM installation (using provided Vmware image)?
Running the wizard give a massive error:
root@localhost:/media/nuxeo# /var/lib/nuxeo/server/bin/nuxeoctl wizard grep: /var/lib/nuxeo/server/bin/nuxeo.conf: No such file or directory grep: /var/lib/nuxeo/server/bin/nuxeo.conf: No such file or directory WARNING: Maximum file descriptor limit is too low: 1024 WARNING: See: http://doc.nuxeo.com/display/KB/java.net.SocketException+Too+many+open+files grep: /var/lib/nuxeo/server/bin/nuxeo.conf: No such file or directory Launcher command: /usr/lib/jvm/java-6-openjdk/jre/bin/java -Dlauncher.java.opts=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dnuxeo.home=/var/lib/nuxeo/server -Dnuxeo.conf=/var/lib/nuxeo/server/bin/nuxeo.conf -Dnuxeo.log.dir=/var/lib/nuxeo/server/log -jar /var/lib/nuxeo/server/bin/nuxeo-launcher.jar wizard Nuxeo home: /var/lib/nuxeo/server Nuxeo configuration: /var/lib/nuxeo/server/bin/nuxeo.conf Missing /var/lib/nuxeo/server/bin/nuxeo.conf Exception in thread “main” java.lang.NullPointerException
at org.nuxeo.launcher.monitoring.StatusServletClient.<init>(StatusServletClient.java:81)
at org.nuxeo.launcher.NuxeoLauncher.createLauncher(NuxeoLauncher.java:1230)
at org.nuxeo.launcher.NuxeoLauncher.main(NuxeoLauncher.java:421)
Seb
Strange, as even after this error on server reboot DM tab just shown up in GUI
Seb