Last release of a development environment Guide: http://www.cnblogs.com/laputa-sky/archive/2009/01/25/1380924.html
This is based on guidance on installing the test server in the company. In actual situations, we may need to install it on our personal PC for development and some entry-level exploration, at this time, although we can still use Windows 2003 in the operating system, the configuration of the domain environment is annoying. Most of the information I know is that a virtual machine is installed locally, and then a domain controller is installed, it is time-consuming and time-consuming. Next, let's take a look at how to quickly build a wss3.0 Development Environment on your PC.
Reference: http://technet.microsoft.com/en-us/library/cc288005.aspx
Hardware requirements:
Hardware |
Minimum Configuration |
Recommended Configuration |
CPU |
2.5 GHz |
Dual-core processor (3 GHz or above) |
Memory |
1 GB |
2 GB |
Hard Disk (this year, hard disk size is not worried) |
NTFS format, at least 3 GB of remaining space |
NTFS format, at least 3 GB of remaining space |
Optical Drive (this does not matter, can directly download the Internet) |
DVD |
DVD |
Display |
1024*768 |
1024*768 |
|
|
|
|
|
|
1 install Microsoft Windows Server 2003 R2 SP2 32-bit orWindows Server 2008:
- Activate the application service components and related ASP. NET features when installing Windows Server 2003. Disable the IE Enhanced Security Configuration component.
- Install Windows Server 2008 and enable role services related to Web Server (IIS) and ASP. NET. Disable the IE Enhanced Security Configuration component.
2 InstallationMicrosoft Visual Studio(Vs2008 is recommended ).
3. Use Windows internal database to install and configure wss3.0
Windows internal database uses SQL Server's relational data storage technology to store windows roles and features, including Windows SharePoint Services, Active Directory rights management services, UDDI services, Windows Server Update Services, and windows system resources manager ..
In this way, we do not need to configure another domain controller.
Installation steps:
Double-click to run the wss3.0 installer.Read the Microsoft software license termsIn the dialog box, selectI accept the terms of this Agreement, ClickContinue.
InChoose the installation you wantDialog box, clickBasicInstall wss3.0 in the default directory. To install it in the specified directory, clickAdvanced, InData LocationLabel to specify the installation directory.
After the installation is complete, a dialog box will pop up prompting you to complete the server configuration, selectRun the SharePoint products and technologies Configuration Wizard nowAnd OK.
ClickClose startConfiguration Wizard.
Start wss3.0 Configuration Wizard
InWelcome to SharePoint products and technologiesDialog box, clickNext.
At this time, a dialog box will pop up prompting you that some services may be restarted. ClickYes.
Wait for configuration until it appearsConfiguration successfulDialog box, clickFinish. The default WSS site will be opened.
Note:
If you are prompted to enter the user name and password when you open the site, you can add the site to your trusted site first and configure the user authorization mode in the security level of the trusted site.
Install office2003 or office2007. Otherwise, you will find that many features in wss3.0, such as edit in Datasheet or export to spreadsheet, are unavailable.
Now we have deployed wss3.0 on a local single machine and can start development.