Installing and Configuring Windows SharePoint Service (WSS) 3.0
Written By: Arshad Ali -- 7/8/2010 --
join --
contribute --
(0) comments --
Rating:
   
Rate
Categories: Configurations, Features, Infrastructure, System Administration, WSS3
< Prev -
1 |
2 |
- Next >
Problem
Windows SharePoint Service is an add-on service of the Windows Server
OS which provides collaborative development, content management, search features,
etc., without any additional
licensing. So how do we install this service, configure it and get started to leverage these powerful features?
Solution
Installation cane be
done either in...
- A shared server environment
where both web-sites (Web Front Ends) and the Windows internal database
(uses SQL Server technology as a relational data store to store
configuration and content data) reside on the same server. This is an
option when you are deploying WSS for learning purposes and want to
evaluate the WSS features and capabilities or hardware procurement is a
concern or user base is very minimal or want to minimize administrative
overhead.
- A dedicated server
environment where both web-sites and the Windows internal database
reside on separate servers. Even the multiple web sites can be created
to make a SharePoint server farm load balanced if the user base is increasing
whereas database servers can be clustered to provide high availability.
This is an option if you want a high performing environment and want your
application to be scalable and to scale out as required. Depending on your
installation this method would not be free and you might require
additional licensing. Please get in touch with Microsoft to get more
details on this.
To install WSS 3.0 on Windows Server 2003 SP1, you can get the installer
from
here whereas to install on Windows Server 2008 you need WSS 3.0
with at least SP1 which you can get from
here (though its recommended to install WSS 3.0 with SP2 which
you can download from
here) . Once downloaded you can extract the exe into a folder where you
will find Setup.exe. But before starting the installation make sure you have
any needed prerequisites available on your machine.
Prerequisite
- Microsoft Installer 3.1 (MSI
3.1) or higher - Used for installation only, not required for WSS
working
- Windows Server 2003 SP1
- Internet Information
Services (IIS)
- ASP .NET 2.0
- .NET Framework 3.0
- SMTP Service for incoming
and outgoing emails
- Active Directory for user
authentication
- DNS Service for request
direction
Double click on the Setup.exe to
start the installation wizard, the first screen as shown below lists the
licensing terms, once you are gone through it check the "I
accept the terms of the agreement" checkbox and click on Continue button.

Next screen, as
shown below, gives different installation options. For example 'Basic' option
install WSS on standalone (shared) server with default settings and would not prompt
you for any other details whereas 'Advanced' option lets you decide whether you
want single server deployment or create a SharePoint farm of web servers,
you can even change the default data location. If
you click on Advanced you will get another screen as shown below -- next where
you provide other details. Using the Advanced option, you can install everything
on a single server or you can install web front end on the server to add this machine to
already created SharePoint farm. In this demonstration, I installed
everything on a single shared server (stand-alone), you can refer
this link if you want to deploy a server farm. Remember directly
upgrading from stand alone to farm is not possible, so plan it accordingly
in advance.


Next screen, as
shown below, will show you the installation progress and once installation
is done, you will see installation complete screen. From here you can start
configuring WSS on your server by launching SharePoint Products and Technologies
configuration wizard.

< Prev -
1 |
2 |
- Next >
|
|