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?

1 votes

2 answers

2897 views

ANSWER



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!

1 votes



Wow, that´s good news! The same for CMF?
11/29/2011

The same for CMF.<br> To be more precise, you will have to install the unique Tomcat distribution (which will be CAP, not DM), then choose if you want DM, DM+DAM, … or CMF.<br> The wizard is already available; you can start it with "nuxeoctl wizard" if it was not automatically started the first time.
11/29/2011


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

0 votes



It looks like you're launching directly from the nuxeo user instead of /etc/init.d/nuxeo, so your server doesn't know where nuxeo.conf is. You can either set the NUXEO_CONF env. variable in your environment (pointing to /etc/nuxeo/nuxeo.conf), or set nuxeo.wizard.done=false in the conf and use the init.d script (as root).
02/03/2012

nuxeoctl is ONLY available in /var/lib/nuxeo/server/bin

Strange, as even after this error on server reboot DM tab just shown up in GUI

Seb

02/03/2012

Mathieu talked about /etc/init.d/nuxeo service script in /etc/init.d/, not nuxeoctl. /etc/init.d/nuxeo is calling nuxeoctl with the right environment parameters (NUXEO_CONF, …)
02/03/2012

Also, don't ask questions in the answers section. As a new question.
02/13/2012