<?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 API install in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32275#M775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having a problem. Install ubuntu but can't figure out the last bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the install_webservice_SDK.docx&lt;/P&gt;&lt;P&gt;step 14 on i am having problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2012 17:44:33 GMT</pubDate>
    <dc:creator>pvenema</dc:creator>
    <dc:date>2012-04-05T17:44:33Z</dc:date>
    <item>
      <title>API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32275#M775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having a problem. Install ubuntu but can't figure out the last bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the install_webservice_SDK.docx&lt;/P&gt;&lt;P&gt;step 14 on i am having problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:44:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32275#M775</guid>
      <dc:creator>pvenema</dc:creator>
      <dc:date>2012-04-05T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32276#M776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That script is intended to install the components on a vanilla CentOS dev test installation as is described in the documentation, not on Ubuntu.&amp;nbsp; At the beginning of the document you will find: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;First, download the clean CentOS LAMP stack from CentOS:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12.0pt;font-family:Cambria;mso-ascii-theme-font:minor-latin; mso-fareast-font-family:&amp;amp;quot;ＭＳ 明朝&amp;amp;quot;;mso-fareast-theme-font:minor-fareast; mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;amp;quot;Times New Roman&amp;amp;quot;; mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language: EN-US;mso-bidi-language:AR-SA"&gt;&lt;A href="http://dev.centos.org/~tru/vmware/centos-5-20100321/CentOS-5_lamp.x86_64.zip"&gt;http://dev.centos.org/~tru/vmware/centos-5-20100321/CentOS-5_lamp.x86_64.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of the script are as follows and would need to be modified by you to fit your Ubuntu environment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;rm -rf /var/www/html&lt;/P&gt;&lt;P&gt;mv var/www/html /var/www/html&lt;/P&gt;&lt;P&gt;mysqladmin drop msspan -f&lt;/P&gt;&lt;P&gt;mysqladmin create msspan -f&lt;/P&gt;&lt;P&gt;mysql msspan &amp;lt; /var/www/html/SQL/msspan.sql&lt;/P&gt;&lt;P&gt;rm -rf var&lt;/P&gt;&lt;P&gt;cp /var/www/html/os/root.cron /var/spool/cron/root&lt;/P&gt;&lt;P&gt;service crond restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:02:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32276#M776</guid>
      <dc:creator>mbenoit</dc:creator>
      <dc:date>2012-04-05T18:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32277#M777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also as a side note I had lots of difficulties getting the php correct php libs and updates installed for Ubuntu in order to work well with the EXTJS package so we ended up utilizing CentOS as a base distri.&amp;nbsp; The canned repo updates for PHP in Ubuntu will not work as built.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:08:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32277#M777</guid>
      <dc:creator>mbenoit</dc:creator>
      <dc:date>2012-04-05T18:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32278#M778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i should NOT use Ubunto?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:16:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32278#M778</guid>
      <dc:creator>pvenema</dc:creator>
      <dc:date>2012-04-05T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32279#M779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't recommend it as we won't be able to help you much without burning a bunch of time.&amp;nbsp; Stick with CentOS and we'll be able to support you much better on this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:21:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32279#M779</guid>
      <dc:creator>mbenoit</dc:creator>
      <dc:date>2012-04-05T18:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32280#M780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but no thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:42:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32280#M780</guid>
      <dc:creator>pvenema</dc:creator>
      <dc:date>2012-04-05T18:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32281#M781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, personal preference is personal preference : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can still leverage the PHP scripts and feel free to tweak on the required libs for EXTJS and get it working.&amp;nbsp; Have you also seen the PAN-Perl libs? Those have an install guide for Ubuntu and you can leverage those as CGI's and front end them with a web server.&amp;nbsp; It's all dependant on what you want to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 20:55:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32281#M781</guid>
      <dc:creator>mbenoit</dc:creator>
      <dc:date>2012-04-05T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: API install</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32282#M782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have looked at the php files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/var/www/html/libs/database.php&lt;/P&gt;&lt;P&gt;/var/www/html/administration.php&lt;/P&gt;&lt;P&gt;/var/www/html/auth.php&lt;/P&gt;&lt;P&gt;/var/www/html/index.htlm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to much work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; plus i am to lazey LOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will get CentOS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 21:16:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/api-install/m-p/32282#M782</guid>
      <dc:creator>pvenema</dc:creator>
      <dc:date>2012-04-05T21:16:15Z</dc:date>
    </item>
  </channel>
</rss>

