Starting from Scratch: The Complete Guide to Building a Website on a Cloud Server

Table of contents

1. Server

2. Deployment projects

3. Purchase a domain name

Top level domain

secondary domain

subdomain

CPU name

4. Domain name resolution


1. Server

Domestic Huawei Cloud, Alibaba Cloud, Tencent Cloud, etc. depends on your choice;

You can choose Linux: CentOS, Ubuntu and other system versions, which are more stable;

Server console, security group can add or change ports;

If building a website requires filing and management, it is recommended to purchase a suitable server;

2. Deployment projects

Upload the project, configure and build the environment, and let the project run.

3. Purchase a domain name

Domestic Huawei Cloud, Alibaba Cloud, Tencent Cloud, etc. depends on your choice;

A domain name is a human-readable string of characters used on the Internet to identify a specific web resource. It is used to replace complex IP addresses and make it easier for people to access and remember websites, services or other online resources. A domain name usually consists of multiple parts, each separated by a period.

Top level domain

National top-level domain names, such as ".us" (United States), ".uk" (United Kingdom), ".cn" (China), etc.;

".com" is one of the most common and widely used top-level domain names on the Internet

".org": stands for "organization" and is usually associated with non-profit organizations, social groups and charities.

".net": stands for "network" and was originally used for websites related to Internet infrastructure, but is now widely used for various types of websites.

".edu": stands for "education" and is usually used on websites of educational institutions and academic institutions.

".gov": stands for "government" and is usually used for websites of government departments and agencies.

".info": stands for "information" and is usually used for websites that provide informational content.

".biz": stands for "business" and is usually used for business-related websites.

".pro": stands for "professional" and is usually used to identify websites of professionals.

".int": stands for "international" and is usually used for international organizations and intergovernmental agencies.

secondary domain

A custom name that precedes a top-level domain name and is used to identify a specific website, organization, or entity. For example, in "example.com", "example" is the second-level domain name.

subdomain

Located before the second-level domain name, it is used to further subdivide the website or resource. For example, in "sub.example.com", "sub" is the subdomain name.

CPU name

Typically the lowest-level part of a full domain name, indicating a specific server, device, or resource. In a full domain name, the hostname is usually at the far left of the subdomain name, such as the "www" in "www.example.com".

4. Domain name resolution

For example: Alibaba Cloud, open the console, find the domain name, find the domain name you registered in the domain name list, click Domain Name Resolution, and add a resolution record (fill in www for the host record, and fill in the record value: our server ip);

Guess you like

Origin blog.csdn.net/m0_67906358/article/details/132857528