10-08-2013 12:27 PM
How functional is Nuxeo without Nuxeo Studio?
I'm looking at using it for a non-profit that has zero budget. To be perfectly up-front, they will never be in a position to purchase Nuxeo Connect.
Can Nuxeo be customized without Nuxeo Studio? I realize that Studio would make it easier, but can everything be done outside of Studio, through configuration files or other manual intervention? Or is there functionality that simply cannot be accomplished without purchasing a service or product?
My client (well, I'm pro-bono, so "client" is a bit of a misnomer...) would want to:
Is this possible without additional expense?
10-08-2013 01:45 PM
hi,
it's fully functional ! You just need a good knowledge of Nuxeo to achieve all the customizations you want.
10-08-2013 01:45 PM
hi,
it's fully functional ! You just need a good knowledge of Nuxeo to achieve all the customizations you want.
10-08-2013 01:45 PM
Perfect. That's what I needed to know.
05-17-2017 09:00 AM
Here is a step by step tutorial to develop with nuxeo. Hope it helps.
Step 1: Pull nuxeo code from git repository (https://github.com/nuxeo/nuxeo.git) and update the code by using python clone.py master -a
Step 2: Import the code into IntelliJ IDEA IDE.
Step 3: Build the project and create a maven run configration with following parameters: clean -DskipTests=true install -Paddons,distrib
You will find the executable built project under /YOUR_PATH_TO_NUXEO/nuxeo/nuxeo-distribution/nuxeo-server-tomcat/target/nuxeo-server-tomcat-9.2-SNAPSHOT/bin/
For detail tutorial you can see this link: https://github.com/epicprojects/nuxeo-tutorial
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.