Steps to configure a corporate Catalog to host apps in SharePoint 2013 as following :
- Configure DNS to accept *.domain.com
- Open DNS
- Go to Forward Lookup Zones and right click and choose New zone...
- Click next and choose Primary zone and click Next
- keep the default settings and click next
- enter the zone name as for example "domain.local" and click next
- click next and then finish
- Right click on "domain.local" and choose New Alias (CNAME...)
- enter the alias name as "*" and enter the FQDN as for example "apps.domain.local" and then ok
- you can test the above steps by ping for example a111.domain.local
- Go to Central administration and click on manage services on server
- start App Management Service
- start Microsoft SharePoint Foundation Subscription Settings Service
- Go to Centeral adminisrration and click on manage service applications
- Create a New App Management Service Application
- run the following powershell commands (Can't create this service from UI)
- $a = New-SPSubscriptionSettingsServiceApplication -applicationPool $pool -Name "Subscription settings" -DatabaseName SubScriptionSettings
- New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $a
- Go to Central administration and click on Apps link
- click on Configure App URLs
- enter the app domain "domain.local' and prefix as "apps"
- click on Manage App Catalog and Create a new app catalog site and click OK
- create a site collection
- Go to Central administration and click on Apps link
- from here you can manage settings , permission and purshase apps from internet
No comments:
Post a Comment