cancel
Showing results for 
Search instead for 
Did you mean: 

How to run the nuxeo-dm project in GitHub?

markvincent9_
Champ on-the-rise
Champ on-the-rise

Can I ask, what's the purpose of the project in GitHub? and how to run it? I can't see the instructions in the README on how to run the cloned project, even in the nuxeo website. Please help. TIA

8 REPLIES 8

Not applicable

nuxeo-dm is a sub-module of the root Nuxeo project. Try building the complete Nuxeo source by cloning https://github.com/nuxeo/nuxeo and following the README.md of that project, specifically the Deploying section. Please make sure the machine you are building on has all of the Requirements, make sure you run the clone.py script, and add -DskipTests to your Maven parameters to save time on the build. The result will yield compiled jar files for all of the Nuxeo modules. Building the nuxeo-distribution/nuxeo-distribution-tomcat sub-module will yield a deployable distribution (nuxeo-distribution-tomcat-7.10-SNAPSHOT-nuxeo-cap.zip)

markvincent9_
Champ on-the-rise
Champ on-the-rise

why there's an error when I run the python script?

Julien_Carsique
Elite Collaborator
Elite Collaborator

What is your OS? What is the exact command line you issued? What is your Python version?

markvincent9_
Champ on-the-rise
Champ on-the-rise

Windows 8.1, I'm using python 3.5..

markvincent9_
Champ on-the-rise
Champ on-the-rise

Already figure it out

markvincent9_
Champ on-the-rise
Champ on-the-rise

What the right Java Heap Space for maven? I've got a build failure in the end and an error like this

Julien_Carsique
Elite Collaborator
Elite Collaborator

Which GitHub project?

Julien_Carsique
Elite Collaborator
Elite Collaborator

The CORG/Getting+the+Nuxeo+source+code documentation recommends export MAVEN_OPTS="-Xmx4096m -Xms1024m -XX:MaxPermSize=512m" but it depends on your OS and material.

Actually, I'm wondering what is your goal? What do you want to achieve? The source code is under continuous integration at Nuxeo QA and the generated artifacts are published into the Nuxeo Maven repositories, so there are very few reasons to build the whole Nuxeo Platform yourself.