<?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: Script for creating a web project in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248821#M201951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a create web project web script that will do this for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2011 12:55:34 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2011-01-18T12:55:34Z</dc:date>
    <item>
      <title>Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248820#M201950</link>
      <description>Hi All,I have a requirement of creating web project without using the out-of-the-box functionality. I need to create a web project using a script. Has anyone ever created such kind of script to create a web project?Thanks</description>
      <pubDate>Tue, 18 Jan 2011 12:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248820#M201950</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-01-18T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248821#M201951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a create web project web script that will do this for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 12:55:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248821#M201951</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-01-18T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248822#M201952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply roger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to execute the create web project script as below, but it is not creating me a new project, instead it is returning me a list of web projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if I am doing anything wrong here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Link : &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s/api/wcm/webprojects?name=proj1&amp;amp;title=proj1&amp;amp;dnsName=proj1" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/api/wcm/webprojects?name=proj1&amp;amp;title=proj1&amp;amp;dnsName=proj1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I need to add Deployment receiver and each and every step of creating a web project scripted. Could you please suggest how to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 13:57:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248822#M201952</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-01-18T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248823#M201953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That script needs you to post json data rather than adding parameters to the query string (I think).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunatly there is no api for creating deployment servers.&amp;nbsp;&amp;nbsp;&amp;nbsp; There was some design work done to implement it but it got "de-prioritized".&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&amp;nbsp; However a deployment definition is just a child of the web project with a handful of properties.&amp;nbsp;&amp;nbsp; So it should be fairly easy to implement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 15:58:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248823#M201953</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-01-18T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248824#M201954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to call the web script passing the required JSON request using the poster addon of firefox and the web script created me an empty web project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I mentioned earlier, each and every step of creating a web project - we manually follow the OOTB wizard based approach, I need to have it scripted everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Adding deployment receivers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Adding webforms to the project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Configuring the workflows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Inviting users etc…etc…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On click of my script, my entire web project should get ready having everything setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please suggest me your inputs on this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking forward to your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 08:23:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248824#M201954</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-01-19T08:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating a web project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248825#M201955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have written code to get this done. It will create the entire authoring environment running a single web script which will take care of performing all the steps ,we do from UI, programatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 12:15:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-for-creating-a-web-project/m-p/248825#M201955</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-07-05T12:15:03Z</dc:date>
    </item>
  </channel>
</rss>

