×
Menu
Index

NavSherpa Installation to D365 BC Docker Container

 
5. Enter the following command to install NavContainerHelper module.
 
Install-Module NavContainerHelper -Force
 
6. Enter the following command to publish, install and sync the extension to Business Central Docker container. (Note: You will need to replace values surrounded with <> with an appropriate value. If a tenant is not specified, the action will be applied to all tenants.)
 
Publish-NAVContainerApp -containerName <ContainerName> -appFile "<PathToFile>\NAVISYS s.r.o._NavSherpa_ww.xx.yy.zz.app" -install -sync [-Tenant <TenantName>]
 
7. If you want to test a demo project in NavSherpa, you need to install the NavSherpa Demo extension. Repeat step 6 to install, but select NAVISYS s.r.o._NavSherpa - Demo_ ww.xx.yy.zz.app file instead.