How to deploy SurveyUP for SharePoint
To deploy SurveyUP solution on a server running Windows SharePoint Services, follow these instructions.
Note: To complete the following installation, you must have Administrator rights to both the Windows SharePoint Services site and server on which it is to be installed.
- Select the solution file, SPealsSurveyUP.wsp, from the extracted distribution. This solution file will be added to the Windows SharePoint Services solution store.
- Via command line, run
"stsadm -o addsolution -filename SPealsSurveyUP.wsp" - Next, run
"stsadm -o deploysolution -name SPealsSurveyUP.wsp -allowgacdeployment -allcontenturls"
Additional attributes (like -immediate) may be required based on your Windows SharePoint Services configuration. - The SurveyUP solution has now been added to the solution store, and deployed on the server.
- Log into your SharePoint site as the site Administrator.
- From the Site Actions drop-down menu in the top right, select Site Settings or Site Setting - Modify All Site Settings.
- Under the Site Collection Administration section, select Site collection features.
- Activate SPeals SurveyUP feature.
- 'stsadm.exe' utility can be usually found in 'C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\BIN\' folder ('C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\BIN\' for Microsoft SharePoint 2010).
