<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How functional is Nuxeo without Nuxeo Connect/Studio? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328574#M15575</link>
    <description>&lt;P&gt;Here is a step by step tutorial to develop with nuxeo. Hope it helps.&lt;/P&gt;
&lt;P&gt;Step 1: Pull nuxeo code from git repository (&lt;A href="https://github.com/nuxeo/nuxeo.git"&gt;https://github.com/nuxeo/nuxeo.git&lt;/A&gt;) and update the code by using python clone.py master -a&lt;/P&gt;
&lt;P&gt;Step 2: Import the code into IntelliJ IDEA IDE.&lt;/P&gt;
&lt;P&gt;Step 3: Build the project and create a maven run configration with following parameters: clean -DskipTests=true install -Paddons,distrib&lt;/P&gt;
&lt;P&gt;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/&lt;/P&gt;
&lt;P&gt;For detail tutorial you can see this link: &lt;A href="https://github.com/epicprojects/nuxeo-tutorial"&gt;https://github.com/epicprojects/nuxeo-tutorial&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 13:00:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-17T13:00:31Z</dc:date>
    <item>
      <title>How functional is Nuxeo without Nuxeo Connect/Studio?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328571#M15572</link>
      <description>&lt;P&gt;How functional is Nuxeo without Nuxeo Studio?&lt;/P&gt;
&lt;P&gt;I'm looking at using it for a non-profit that has zero budget. To be perfectly up-front, they will &lt;EM&gt;never&lt;/EM&gt; be in a position to purchase Nuxeo Connect.&lt;/P&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;My client (well, I'm pro-bono, so "client" is a bit of a misnomer...) would want to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create new document types&lt;/LI&gt;
&lt;LI&gt;Create approval chains/workflow&lt;/LI&gt;
&lt;LI&gt;Create event listeners and other triggers&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is this possible without additional expense?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 16:27:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328571#M15572</guid>
      <dc:creator>deane</dc:creator>
      <dc:date>2013-10-08T16:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: How functional is Nuxeo without Nuxeo Connect/Studio?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328572#M15573</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;it's fully functional !
You just need a good knowledge of Nuxeo to achieve all the customizations you want.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:45:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328572#M15573</guid>
      <dc:creator>Thierry_Martins</dc:creator>
      <dc:date>2013-10-08T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: How functional is Nuxeo without Nuxeo Connect/Studio?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328573#M15574</link>
      <description>&lt;P&gt;Perfect. That's what I needed to know.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 17:45:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328573#M15574</guid>
      <dc:creator>deane</dc:creator>
      <dc:date>2013-10-08T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: How functional is Nuxeo without Nuxeo Connect/Studio?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328574#M15575</link>
      <description>&lt;P&gt;Here is a step by step tutorial to develop with nuxeo. Hope it helps.&lt;/P&gt;
&lt;P&gt;Step 1: Pull nuxeo code from git repository (&lt;A href="https://github.com/nuxeo/nuxeo.git"&gt;https://github.com/nuxeo/nuxeo.git&lt;/A&gt;) and update the code by using python clone.py master -a&lt;/P&gt;
&lt;P&gt;Step 2: Import the code into IntelliJ IDEA IDE.&lt;/P&gt;
&lt;P&gt;Step 3: Build the project and create a maven run configration with following parameters: clean -DskipTests=true install -Paddons,distrib&lt;/P&gt;
&lt;P&gt;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/&lt;/P&gt;
&lt;P&gt;For detail tutorial you can see this link: &lt;A href="https://github.com/epicprojects/nuxeo-tutorial"&gt;https://github.com/epicprojects/nuxeo-tutorial&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 13:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-functional-is-nuxeo-without-nuxeo-connect-studio/m-p/328574#M15575</guid>
      <dc:creator />
      <dc:date>2017-05-17T13:00:31Z</dc:date>
    </item>
  </channel>
</rss>

