Library > Elements
> Microsoft > SharePoint
> Configuration
SharePoint Products &
Technologies
Configuration
Required Files
Files to download:
SharePoint 2007 includes SQL Server 2005 Express Edition but only for
single-server installations. If you want to be able to extend to
multiple servers, you will need to run the Advanced Installation and
must have already installed SQL Server
Additional developer files to download:
Installation
Post Installation
-
Install and configure Adobe PDF
ifilter - 'how to' blog post (required if you want to
PDF files indexed and returned in search results)
-
Configure incoming email settings (TechNet)
-
Configure internal and external URLs to access the site (per web
application)
- Internal name will be automatically set-up - http://servername:port
- Use Alternate Access Mappings to provide external URLs, e.g.
http://domain.com and
http://www.domain.com (each
would need to be added as a separate external URL)
- Alternate Access Mappings can be found in Central
Administration | Operations
- (Other steps): 1. Configure DNS with A record for domain to
IP address; 2. Open IIS Manager, select Properties for
SharePoint web application, click Advanced and enter host
headers for domain and variants
Web Farm Configuration
Administration, Management and Monitoring
Security
Troubleshooting Tips
To locate stsadm.exe, it's in \programfiles\common files\microsoft
shared\web server extensions plus the folder for the version - 12
for WSS v3, 60 for WSS v2
To restart IIS, at the command prompt type:
iisreset
If you get a runtime error, the default response will be to tell you
that the error message details cannot be viewed and advise you to change
the customErrors tag in the
web.config file. On a default installation,
navigate to the following path: c:\inetpub\wwwroot\wss\VirtualDirectories.
Then open the folder representing the correct port number for the web
application that served up the error message (e.g. folder 80 corresponds
to http://servername) and edit the web.config
file as per the instructions