Alibaba Cloud ECS static site building learning

Steps to visit the website:

 1. Enter the domain name

 2. Automatically call DNS (Domain Name Server) to resolve domain names to IP addresses

 3. The browser finds the server by its IP address

 4. The server returns the web page to the server

Basic steps to build a website:

 1. Apply for an independent domain name

 2. Apply for cloud server ECS , store and run website content

 3. Install the complete environment ( Apache )

 4. Publish website content to the server

 5. The domain name registered in the first step is resolved to the external network IP address of the cloud server

 6. Carry out ICP filing and obtain a 'pass' (it can be done in advance for a longer time)

Classification of domain names:

 1. English domain name: abc.com , 12306.cn , taobao.cn , taobao.net

 2. Chinese domain name : Ali.China , Ali.cn , Ali.com , Ali.Network

 3. New top-level domains : test.xin , test.vip , test.win , test.group

http://edu.aliyun.com  httpprotocol,eduhost name,aliyun.comdomain name

  Steps to register a domain name:

  1. Fill in the owner's information: name, address, certificate, phone number, Email

  2. Query status: Yes , No

  3. Submit registration: fill in the domain name, period, payment, and submit

  4. Real-name authentication: All domain names must be authenticated before they can be parsed and used, such as ID cards, business operation certificates

Activate the server:

  1. Billing method: monthly subscription

  3. Specifications: CPU , memory

  4. Operating system: Windows , Linux

  5. Storage space: hard disk

  6. Public network broadband: fixed peak

  7. Manage passwords: passwords, security groups

 Manage cloud servers:



 Key information used during configuration:

   1. The public IP address of the ECS

   2. The administrator account of ECS

   3. The management password of ECS

    

Build a website environment: ( Centos6.8 64-bit  )

 1. Install Apache

   #yum -y install httpd

 2. Add Linux user $ set password

   #adduser -d / var / www / html siteadmin

   #passwd siteadmin

 3. Modify directory permissions

   #chown -Rf siteadmin.siteadmin /var/www/html

 4. Start Apache :

   #service httpd start

Publish website content:

 filezilla website release map (drag and drop)

Domain name resolution :

    

Preparation before filing:

  1. Personal ID card, scanned copy of the original registration certificate of the enterprise, and copy of the ID card of the person in charge of the record

  2. Filing service number: Alibaba Cloud management console, online application

 Application for service number:

  1. Log in to the management console and select Filing - Filing Service Number Application in the navigation bar in the upper right corner

      

      

  2. The  address of the filing platform: beian.aliyun.com

       Waiting for review: Alibaba Cloud's initial review, 1 working day, keep the phone open

       In-person verification and photo taking, online application for curtain express, uploading photos with specified background, free and free shipping

       The last step is the final review by the territorial communications authority, usually within 20 days


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325562534&siteId=291194637
Recommended