I'd like to update existing production moss2007 website and to do that I want to create this website on my dev environmen (vhd win 2003EE, MOSS 2007 trial version).
I was given:
- some stp files which include(aspx pages, javascript files, etc...)
- some aspx pages, masterpage, css file
- some wsp files
- source code for almost all wsp files.
There is no documentation how to install all this stuff and I'm not a sharepoint developer but Asp.net dev in fact.
I set up local dev enviroment (i had no problems when following http://www.pptspaces.com/sharepointreporterblog/Lists/Posts/Post.aspx?ID=28 ) and try to create a website based on given files.
My questions:
- Do I need a copy of the database?
- I noticed that one of wsp files is not a webpart but a project that contains some web controls and even a master page) - what should I do with it?
- I tried to import all stp files. I had to use stsadm, but I can't see them. I can list them using "stsadm -o enumtemplates" - all of them have the same id! I changed stp->cab->modified the "WebUrl" in the manifest.xml -> created new cab and rename it to stp-> imported to sharepoint but still the same, I can't see them (custom tab is still not visible). I created a custom site template locally (custom tab appeared with it) and opened its manifest.xml. I noticed that the section contains 17 parameters (manifest.xml files from other stp files 9 parameters only). I think that my SharePoint (Trial version) works in a different way and that's the problem. Can it be?
- What is the best way to create this site locally?
thx ahead for all answers