Overview
Overview
The Deployment Manager App is a powerful feature within the Akumina Framework that allows us to deploy custom objects to a SharePoint site. We package these custom objects into a Site Package, or Custom Site Definition, which can be implemented through the Deployment Manager SDK and is covered in additional articles. Below we will take a high level view at Deployment Manager functionality.
For information on site packages, please see Site Packages Overview.
Site packages can also deployed using continuous integration via a console app.
The Deployment Manager app can be found under the Management Apps tab in the AppManager.
The Deployment Manager allows us to select from the different site definitions we have created to deploy sites
Once we select a site definition, we are given the option to execute all of the deployment steps (Deploy All) or execute steps individually (execute).
Once we deploy all steps from our site collection, our branding objects will be deployed to the site. For example, the home page of our SharePoint site with some simple deployed branding is shown below.
References
To learn how to leverage the Deployment Manager SDK see the following articles: