<?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 Using / developing on Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218038#M171168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've installed Alfresco to get a feeling of what it does, how, etc. &lt;/SPAN&gt;&lt;STRONG&gt;NOW, I want to set up a dev environment in the PC it is running&lt;/STRONG&gt;&lt;SPAN&gt; (see its code, debug, etc) and I don't know what I HAVE to do to keep both of them working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize in advance if all of these have been answered before. If that's the case, just tell where I can get this information. My questions are these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Should I install everything that's detailed in the &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment#Extracting_and_Building" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment#Extracting_and_Building&lt;/A&gt;&lt;SPAN&gt; page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Should I skip the installation of some of the applications detailed there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Do I have to install Ant binaries or source? Isn't it supposed to be bundled in, for instance, Netbeans?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Why do I need to install a SVN? Or instructions refer to a SVN client? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. If I install a new mySQL server for dev (I already have the one that's installed by defualt created by Alfresco installer) will be any conflict between them? What should I do to avoid these conflicts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 11:51:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-16T11:51:43Z</dc:date>
    <item>
      <title>Using / developing on Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218038#M171168</link>
      <description>Hi everybody,I've installed Alfresco to get a feeling of what it does, how, etc. NOW, I want to set up a dev environment in the PC it is running (see its code, debug, etc) and I don't know what I HAVE to do to keep both of them working. I apologize in advance if all of these have been answered befor</description>
      <pubDate>Fri, 16 Oct 2009 11:51:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218038#M171168</guid>
      <dc:creator />
      <dc:date>2009-10-16T11:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using / developing on Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218039#M171169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* java sdk&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Alfresco sdk&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* an alfresco installation completely set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;everything else is optional&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* IDE (eclipse works quite well for me, allowing to integrated advanced workflows with Jboss Plugin)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SVN client, if you want to check out the Alfresco source&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Wiki descriptions should cover everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:05:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218039#M171169</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-10-16T13:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using / developing on Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218040#M171170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I install a new mySQL server for dev (I already have the one that's installed by defualt created by Alfresco installer) will be any conflict between them? What should I do to avoid these conflicts?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;For my development environment I created another db called "dev" and then gave the alfresco user permissions for it.&amp;nbsp;&amp;nbsp; You then should go into alfresco-global.properties and change the db.name value to whatever you named your development db name.&amp;nbsp; The other db. values can be left alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 15:48:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-developing-on-alfresco/m-p/218040#M171170</guid>
      <dc:creator>tonyc</dc:creator>
      <dc:date>2009-11-02T15:48:24Z</dc:date>
    </item>
  </channel>
</rss>

