HOWTO: Adding Application Template To Sharepoint
October 10, 2010 Leave a comment
HOWTO: Adding Application Template To Sharepoint
rakb200810190836
1. Download Sharepoint Template from http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx
2. Extract the template to a folder in c: drive
3. Copy the Sharepoint Template with .wsp extension to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN folder
4. Open command prompt at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN
5. Type this command in the command prompt.
stsadm -o addsolution -filename ApplicationTemplateCore.wsp
stsadm -o deploysolution -name ApplicationTemplateCore.wsp -allowgacdeployment -local
stsadm -o copyappbincontent
6. Type this command in the command prompt to install KnowledgeBase
stsadm -o addsolution -filename KnowledgeBase.wsp
stsadm -o deploysolution -name KnowledgeBase.wsp -allowgacdeployment –local
7. Type this command in the command prompt to install HelpDesk
stsadm -o addsolution -filename HelpDesk.wsp
stsadm -o deploysolution -name HelpDesk.wsp -allowgacdeployment –local
8. Type this command in the command prompt to install BugDatabase
stsadm -o addsolution -filename BugDatabase.wsp
stsadm -o deploysolution -name BugDatabase.wsp -allowgacdeployment –local
9. Type this command in the command prompt to install CallCenter
stsadm -o addsolution -filename CallCenter.wsp
stsadm -o deploysolution -name CallCenter.wsp -allowgacdeployment –local
10.Type this command in the command prompt to install ITTeamWorkspace
stsadm -o addsolution -filename ITTeamWorkspace.wsp
stsadm -o deploysolution -name ITTeamWorkspace.wsp -allowgacdeployment –local
11. Open your Sharepoint Site
12. Click Site Actions—>Create
13. Under Web Pages, Click Sites and Workspaces
14. Enter Title
15. Enter URL name
16. Under Template Selection, Click Application Template Tab
17. Select the Template you wan to install.
18. User Permission-Same as parent
19. Answer Yes, Yes, Yes if this is a subsite.
20. END
Repeat these commands to install the rest of the template.
stsadm -o addsolution -filename ProjectTrackingWorkspace.wsp
stsadm -o deploysolution -name ProjectTrackingWorkspace.wsp -allowgacdeployment -local
stsadm -o addsolution -filename InventoryTracking.wsp
stsadm -o deploysolution -name InventoryTracking.wsp -allowgacdeployment -local
stsadm -o addsolution -filename DocumentLibraryReview.wsp
stsadm -o deploysolution -name DocumentLibraryReview.wsp -allowgacdeployment -local
stsadm -o addsolution -filename BudgetingTrackingMultipleProjects.wsp
stsadm -o deploysolution -name BudgetingTrackingMultipleProjects.wsp -allowgacdeployment -local
stsadm -o addsolution -filename ContactsManagement.wsp
stsadm -o deploysolution -name ContactsManagement.wsp -allowgacdeployment -local
stsadm -o addsolution -filename EventPlanning.wsp
stsadm -o deploysolution -name EventPlanning.wsp -allowgacdeployment -local
stsadm -o addsolution -filename JobRequisition.wsp
stsadm -o deploysolution -name JobRequisition.wsp -allowgacdeployment -local
stsadm -o addsolution -filename PhysicalAssetTracking.wsp
stsadm -o deploysolution -name PhysicalAssetTracking.wsp -allowgacdeployment -local