How to use Site template in Project workspace

M

mba1976

Hi there!

Does anyone know how to use project work space site template?

I have saved my project workspace as a template. How do I use this same
template for other projects?


Thank you,
 
S

Scott m Wagner - EPM Consulting Services

mba1976,

You will need to run stsadm.exe.
You should review the SharePoint Services Admin Guide:
http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsk01.mspx?mfr=true

You will need add a new site template and then select that template in the:

PWA> Admin> Manage Windows SharePoint Services> Site Provisioning Settings>
Site Template.

Here is an example of a STSADM.exe add template command:

(stsadm.exe -o addtemplate -filename <filename> -title <template title>
-description <description of the template>)


I hope that helps :)
 
Top