


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;feed=atom&amp;action=history</id>
		<title>Application Extension Platform 1.x -- Packaging Applications on Cisco AXP - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;action=history"/>
		<updated>2013-05-19T08:14:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;diff=36065&amp;oldid=prev</id>
		<title>Jwithing: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;diff=36065&amp;oldid=prev"/>
				<updated>2010-12-02T20:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:30, 2 December 2010&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;diff=36064&amp;oldid=prev</id>
		<title>Jwithing: /* Preparing the Development Machine */</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Application_Extension_Platform_1.x_--_Packaging_Applications_on_Cisco_AXP&amp;diff=36064&amp;oldid=prev"/>
				<updated>2010-11-17T03:41:38Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Preparing the Development Machine&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To package your applications on Cisco AXP, first prepare the directory structure in your development machine.&lt;br /&gt;
&lt;br /&gt;
== Preparing the Development Machine  ==&lt;br /&gt;
&lt;br /&gt;
The environment used in the following examples is a CentOS 5.2 Linux build.&lt;br /&gt;
First set up four basic directory structures such as those shown below:  &lt;br /&gt;
&lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
=====Directory structure===== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opt/&lt;br /&gt;
   /axp-sdk.1.6.1/&lt;br /&gt;
      /keys&lt;br /&gt;
   /tcpdump&lt;br /&gt;
      /third_party_rpms_repository&lt;br /&gt;
   /output&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Directories used in the examples are shown in: [[#Table: Directory Structure in Examples|Table: Directory Structure in Examples]] &lt;br /&gt;
&lt;br /&gt;
===== Table: Directory Structure in Examples=====&lt;br /&gt;
&lt;br /&gt;
{| border = 1 &lt;br /&gt;
|-&lt;br /&gt;
!Directory Name &lt;br /&gt;
!Contains &lt;br /&gt;
!Example &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
sdk-directory&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Unpacked Cisco AXP SDK files.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
/opt/axp-sdk.1.6.1/&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
source-directory&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Application source files and RPMs.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
/opt/tcpdump/&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
keys-directory&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Development authorization bundle, development certification, and private key. &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
/opt/axp-sdk.1.6.1/keys/ &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
project-directory &lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
Packaged files for installation on the Cisco AXP service module.&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
/opt/output/&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Preparing the Cisco AXP SDK  ==&lt;br /&gt;
&lt;br /&gt;
[[Application Extension Platform 1.x -- Preparing the Cisco AXP SDK]]&lt;br /&gt;
&lt;br /&gt;
== Preparing an Application with RPMs ==&lt;br /&gt;
[[Application Extension Platform 1.x -- Preparing an Application with RPMs using Predefined RPM Directory]]&lt;br /&gt;
&lt;br /&gt;
== Enabling the Linux Shell in a Virtual Instance ==&lt;br /&gt;
&lt;br /&gt;
[[Application Extension Platform 1.x -- Enabling the Linux Shell in a Virtual Instance]]&lt;br /&gt;
&lt;br /&gt;
== Packaging an Application Using the SDK ==&lt;br /&gt;
&lt;br /&gt;
[[Application Extension Platform 1.x -- Packaging an Application using the SDK]]&lt;br /&gt;
&lt;br /&gt;
'''Return to start of: '''[[Cisco AXP Getting Started Guide]]&lt;br /&gt;
[[Category:AXP Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jwithing</name></author>	</entry>

	</feed>