Open the Start menu, right-click SharePoint Central Administration as an administrator
Open the Manage Web Application menu and create a new Web application
Create a new Web application configuration, most of which take the default configuration.
We recommend that you customize the port number, and that the port number of the URL is the same as that set. The site name and application name can be customized in general by adding a port number to differentiate other Web applications.
Create a site collection and return to central Administration click the Create Site collection link. Select the Web application you just created. Select the team site template.
Deploy the SharePoint Solution package to open the SharePoint Management Shell
Log on to the SharePoint server as an administrator
Click "Start" to find "SharePoint Management Shell" and select Run as Administrator.
Add a SharePoint Solution package
Upload the SharePoint solution package to the server.
At the command prompt, type the following command: Add-spsolution–literalpath C:\Nywsp\FormProject.wsp
where "C:\NyWsp\FormProject.wsp" is the path where the solution package is placed.
Install the SharePoint Solution Package
Next, type the following command at the command line: install-spsolution–identity formproject.wsp–allwebapplications–gacdeployment
where "Formproject" is the name of the solution
Upgrade SharePoint Solutions
If a SharePoint solution changes, you can also upgrade the solution from the command line by typing the following command in the SharePoint Management Shell: Update-spsolution–identity formproject.wsp –literalpath c:\nywsp\formproject.wsp–gacdeployment
where "C:\MARYKAY\FORMPROJECT.WSP" is the new SharePoint solution.
SharePoint Site Creation