SharePoint server deployment three web-side deployment

Sharepoint is deployed on the browser

Configure web login method

Click Finish, and then the following interface will automatically pop up to start the deployment of the web interface

Click the product configuration wizard below, the next thing to configure is the web side

Click Next, the following interface will pop up, and then click "Yes"

Come to the interface below

Click the default next step

Click next

start installation

The following is a successful installation

It will pop up the web side below

Click Configuration Wizard

Click to start the server farm configuration wizard, as shown in the figure below

'Click to start the wizard

The next step is to select the domain management account as shown in the figure

The following choices are ok by default

Click next after default

The following direct default wait

Site collection

There are two types of site collections in Sharepoint server 2016, one is the site collection named by the host, and the other is the path-based site collection.

Create a host naming website

The following creation of host-named site collections can only be executed through the sharepoint command line management program

If you are not sure about the port and host of the website before creating it, you can go to the management to find it, as shown below

After confirming this, the command line that started to be created is as follows. It may take a little time to create it again. I have already created it.

New-SPSite "http://shp.hzz.com" -HostHeaderWebApplication "SharePoint - 80" -Name "shp" -Descript "customer root" -OwnerAlias "hzz\administrator" -Template "sts#0"

To confirm whether the creation is successful, as shown below

After it is created, you can ping it from any domain computer and it can basically be pinged.

This is just created in sharepoint, and we still need to access it, so we need to create a dns domain name in the domain specifically for access to this address.

Do you think it will be fine after creation? No, it has to be modified in the registry, otherwise the accessed web is still blank and find the following ( this is added on the shp host )

Find the las creation, as shown below

The following is created

As shown in the figure below, this is already created (host website)

Create path site collection

The following steps to create a route website

Start to create, this can be done according to your own needs

The following is the managed account and click OK

 

website

Site collection to create subsites

If you create a set of sites that have already been created, then create a subnet

The creation steps are the same as the previous ones, click OK

Automatically jump to the subnet after creation

Create a subsite via the command line

New-spweb http://shp/sites/test/site/subweb1 -template “STS#0”

The following is the created subnet

 

Application use

App add

The following is an example of a document library

Create a document, just click create

The following is the created

The above application has nothing to say, just introduce the following management content database settings

Application Management of Web Zone

Regional expansion

Create IIS,

The area can be selected, it depends on your own needs, just click to confirm, and there is no response after you can click, just wait for a while

 

The following application layer does not need to be introduced, it depends on personal understanding, thank you

 

 

Guess you like

Origin blog.csdn.net/weixin_47347190/article/details/109357353