Click here to Skip to main content
15,881,204 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2013

SharePoint 2013 and Office 365 (SharePoint Online) App Provisioning and Installation Options

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
24 May 2014CPOL2 min read 11K   1
SharePoint 2013 and Office 365 (SharePoint online) app provisioning and installation options

App deployment is different from app development. App deployment depends on how administrator is going to install the app. App deployment can be done in:

  • Web scope
  • Tenant scope

For both deployments, we need App Catalogue in functioning. Apps are currently coming from two main sources as From Organization and From SharePoint Store.

image

Web Scope Installation

This is what we generally do. Here we are navigating to desired web (assume the web is http://www.sharepoint.com/sites/myweb) and click the setting button and launch Add an app.

image

Then, you can either browse and install app from office store or organization store.

image image

In this approach, the app is installing as a sub web under current web and data will be scoped to the particular web we installed. The web site which actually holds app data and functionality is called App Web (sub web) and the web site we installed the app is called as Host Web (current web).

image

For an example, assume installing MyApp under myweb. In this scenario, /sites/myweb becomes a Host Web for myApp and installing MyApp provisioning a sub web (/sites/myweb/MyApp) that becomes a App Web for particular MyApp installing MyApp under sub site; sites/myweb/myweb2 resulting; sites/myweb/myweb2 been a Host web for particular MyApp instance and /myweb/myweb2/Myapp as a App Web for that MyApp instance.

Tenant Scope Installation

image

This installation is different from web scope installation. Here, we are installing app in App catalogue site and then it becomes Host web for that application.

First, you need to navigate to your app catalogue site collection and perform app installation in that site.

image

Then, select and install the app. After that, go to Site Contents and open the callout menu for that app. You can see Deployment Menu.

image

If you click on that, you can see the following tenant deployment options.

  • Site Collections
  • Managed Paths
  • Site Templates
Site Collections

Here, you can specify which site collections you need to deploy. You can enter multiple sets of site collections. Thus app will be automatically provisioned under all webs inside that site collection.

image

Managed Paths

This will provision the app in webs under that manage path.

image

Site Templates

This will provision the app for webs that inherit from the mentioned template.

image

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionNice! Pin
Volynsky Alex24-May-14 22:59
professionalVolynsky Alex24-May-14 22:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.