<?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: Deploiement scripting in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294119#M67028</link>
    <description>Thanks Yuri for your reply. The topic was "Deploiement scripting" 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;, I am trying to script this, without the need of a human, for automated deploiement.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 24 Jun 2015 15:05:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-24T15:05:24Z</dc:date>
    <item>
      <title>Deploiement scripting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294117#M67026</link>
      <description>&lt;P&gt;With Talend command line, we can compile jobs and routes and deploy on nexus, and execute jobs on server.&lt;BR /&gt;Now I want to deploy services from Nexus to Karaf. How can I do that ?&lt;BR /&gt;- is Karaf'gogo a good start ?&lt;BR /&gt;- is there JMX or REST API to do that ?&lt;BR /&gt;- should I look in TAC ? in Karaf ? in Bonita ?&lt;BR /&gt;Any help is welcome&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294117#M67026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deploiement scripting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294118#M67027</link>
      <description>Hi,
&lt;BR /&gt;you can deploy jobs and routes to Karaf using TAC. See 'ESB Conductor' feature.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Yuri</description>
      <pubDate>Wed, 24 Jun 2015 14:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294118#M67027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T14:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deploiement scripting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294119#M67028</link>
      <description>Thanks Yuri for your reply. The topic was "Deploiement scripting" 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;, I am trying to script this, without the need of a human, for automated deploiement.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294119#M67028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deploiement scripting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294120#M67029</link>
      <description>You can call the Talend Runtime with the bin/client (ssh) and run a script which exectures commands (e.g. features:add-url; feature: install commands) the command to run scripts is named 'source' in Karaf and you find also example scripts (for a different purpose ) in the /scripts folder of the container.&amp;nbsp;&lt;BR /&gt;By this you can do a script based installation also.&lt;BR /&gt;Dietmar</description>
      <pubDate>Wed, 24 Jun 2015 15:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294120#M67029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deploiement scripting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294121#M67030</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You can call the Talend Runtime with the bin/client (ssh) and run a script which exectures commands (e.g. features:add-url; feature: install commands) the command to run scripts is named 'source' in Karaf and you find also example scripts (for a different purpose ) in the /scripts folder of the container.&amp;nbsp;&lt;BR /&gt;By this you can do a script based installation also.&lt;BR /&gt;Dietmar&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thanks for your response.,&amp;nbsp;&lt;BR /&gt;I found that "features:*" commands are karaf commands, and now how to run them with a ssh shell on karaf. Is that what you meant ?&lt;BR /&gt;If I deploy features on Karaf, (and see them deployed in the IHM), I think they do not appear in TAC. How does the TAC maintains his view on deployed bundles/features with Karaf ? what is the synchronization process ?&lt;BR /&gt;PS: I found no documention on Talend doc for all of this and this could be helpful to help automate big projects on Talend, which is what I am trying to do.</description>
      <pubDate>Wed, 12 Aug 2015 09:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploiement-scripting/m-p/2294121#M67030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T09:51:40Z</dc:date>
    </item>
  </channel>
</rss>

