From 862afb3d6f6a892ee0503975477f22879e338132 Mon Sep 17 00:00:00 2001 From: Akshat Sharma Date: Sun, 17 Jul 2016 01:37:01 -0700 Subject: [PATCH] Updated 2016-06-17-xr-toolbox-part-5-running-a-native-wrl7-app.md --- ...oolbox-part-5-running-a-native-wrl7-app.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 _tutorials/2016-06-17-xr-toolbox-part-5-running-a-native-wrl7-app.md diff --git a/_tutorials/2016-06-17-xr-toolbox-part-5-running-a-native-wrl7-app.md b/_tutorials/2016-06-17-xr-toolbox-part-5-running-a-native-wrl7-app.md new file mode 100644 index 00000000..9a810aff --- /dev/null +++ b/_tutorials/2016-06-17-xr-toolbox-part-5-running-a-native-wrl7-app.md @@ -0,0 +1,40 @@ +--- +published: true +date: '2016-06-17 17:47 -0700' +title: 'XR toolbox, Part 5: Running a native WRL7 App' +author: Akshat Sharma +excerpt: 'Build, Install and launch a native app in IOS-XR (WRL7 RPM or binary)' +position: hidden +tags: + - vagrant + - iosxr + - cisco + - linux + - wrl7 + - rpm +--- + +{% include toc icon="table" title="Launching a Container App" %} +{% include base_path %} + +Check out Part 4 of the XR toolbox series: [Bring your own Container (LXC) App]({{ base_path }}/tutorials/2016-06-16-xr-toolbox-part-4-bring-your-own-container-lxc-app/). + +## Introduction + +If you haven't checked out the earlier parts to the XR toolbox Series, then you can do so here: + +> +[XR Toolbox Series]({{ base_path }}/tags/#xr-toolbox) + + +The purpose of this series is simple. Get users started with an IOS-XR setup on their laptop and incrementally enable them to try out the application-hosting infrastructure on IOS-XR. + +In this part, we explore how a user can build and deploy native WRL7 RPMs that they may host in the same process space as XR. + + +## Set up the environment + +This tutorial is going to be pretty simple. We'll follow the exact setup we describe in the typical app development topology noted here: + +> +[IOS-XR App Development Topology]({{ base_path }}/tutorials/2016-06-06-xr-toolbox-app-development-topology)