The basic steps to deploy a SharePoint 2010 site are as follows;
- Create Web Application
- Deploy the content packages
- (using a powershell script)
- Edit the web.config file
- Located in the C:\inetpub\wwwroot\wss\VirtualDirectories\<web_application_folder>
- Do the IIS-Binding
- Go to Start -> Run -> IIS-Manager and select the desired website from the list and click Bindings. Add the url of the site as a new binding.
- Enable features
- This is only required if you are not restoring a backup of a site collection.
- (Optional)
- Restoring a site collection backup. Refer here for details.