- Open the SharePoint Central Administration website
- Click on ‘Site Actions’ and select ‘Create’ from the dropdown list
- Click on ‘Sites and Workspaces’ from the ‘Web Pages’ Menu
- On the ‘New SharePoint Site’ page enter the required information as displayed in image:
Title for the template
Url
Select a template
Select ‘Use same permissions as parent site’
Select ‘No’ in both the Navigation and Navigation Inheritance sections - Click on ‘Create’
- The home page of the template is opened. Customize the template as needed
- To save the site as a template, click on ‘Site Actions’ and select ‘Site Settings’
- Click on ‘save site as template’ from the ‘Look and feel’ menu.
- Enter the required information for the template and click on ‘OK’
- The template is saved to the ‘Site Template Gallery’. Open the gallery and select the template and save it to your C:\
- Use stsadm.exe to upload the new template
- Open command prompt and use the following command:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BINstsadm.exe -o addtemplate -filename "c:\filename.stp" -title "title" - You will need to do a iisreset when completed.
- Open the Project server instance and click on ‘Server Settings’ and click on ‘Project Workspace Provisioning Settings’
- Select the newly created template and click on ‘Save’
- Publish a test project to verify a workspace is automatically created using the new template
Tuesday, November 6, 2007
Creating a custom template for Project Server 2007
Subscribe to:
Post Comments (Atom)
1 comment:
Make sure you delete your original project that you created your site template from. Failure to delete the orignal project will break site creation.
Post a Comment