- Graphwise for SharePoint
- Installation and Configuration Guide
- Installation and Configuration Process
- How to Install Graphwise for SharePoint Search
- Creating a Site App Catalog for Graphwise for SharePoint Search
Creating a Site App Catalog for Graphwise for SharePoint Search
01/07/2025
Before installing the Graphwise for SharePoint Search application on the created site, create an app catalog and then deploy GW4SP search application to this catalog. To create a site app catalog, do the following:
Run the following PowerShell script:
Connect-SPOService https://servername-admin.sharepoint.com
$site = Get-SPOSite https://servername.sharepoint.com/sites/GraphwiseforSharePointSearch
Add-SPOSiteCollectionAppCatalog -Site $site
After executing this script, the
Apps for SharePoint
list appears in the site contents. For more information on how to access the Site contents page, refer to the SharePoint documentation.
In this section: