wps套餐 [英] wps Package

查看:107
本文介绍了wps套餐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为我的虚拟机演示了完整的客户解决方案.现在,我需要获取wps文件并将其发送给他们进行安装.是否需要了解为他们安装的最佳做法或步骤?

谢谢.

解决方案

1.将wsp程序包复制到客户服务器.

2.然后通过powershell添加解决方案.

Add-SPSolution -LiteralPath 

将解决方案添加到CA后,您可以查看解决方案.

http://server:port/_admin/Solutions.aspx

3.在服务器场中安装解决方案.

Install-SPSolution –Identity  aaa .wsp –WebApplication http: //webapp –GACDeployment

如果您的解决方案范围是服务器场,则可以使用Powershell.

Install-SPSolution –Identity  aaa .wsp –GACDeployment

4.最后,您可以在网络应用程序中找到您的功能,并可以启用所需的站点功能.


Demo'd my vm with a completed solution for the customer.  Now I need to take the wps file and send to them to install.  Need to know best practices for them to install or the steps?

Thank you.

解决方案

1.copy the wsp package to the customer server.

2.then add the solution by powershell.

Add-SPSolution -LiteralPath "C:\aaa.wsp"

You can view the solution after added it in CA.

http://server:port/_admin/Solutions.aspx

3.install solution in the farm.

Install-SPSolution –Identity aaa.wsp –WebApplication http://webapp –GACDeployment

you can use the powershell if your solution scope is farm.

Install-SPSolution –Identity aaa.wsp –GACDeployment

4.last, you can find your feature in the webapplication, and you can enable the feature which site you want.


这篇关于wps套餐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆