Alibaba cloud deploys Ethereum
about port mapping, if it is shared IP, in addition to the public IP + port provided by Alibaba, It's almost impossible to complete any other operations on IP, if it's an independent IP, it doesn't need mapping.
conclusion: you can find the information of your server, including an intranet IP and a public IP. The intranet IP usually starts with 10, and the public IP depends on the situation, and whether the instance you buy contains public IP.
then set up a website with the host system, and upload the website file through FTP
then open the website and press the prompt to install the program.
IIS + ASP + sqlserver can be used for windows
Apache + PHP + MySQL can be used for Linux
on the Alibaba cloud console, select CA certificate service
{rrrrrrr}
1 After the first purchase of ECS by remote login, the root account and password of the ECS server will be sent to the buyer's mailbox, and then the buyer can log in to the ECS server remotely
2 To install the web environment, you can choose to install the relevant web server Tomcat or jetty according to your own application characteristics. Alicloud provides a one-stop installation and deployment script to provide more convenience for developers
3 The packaged application downloads the web source code to the local, and uses the command mvnpackage to form a war package. If it's not Maven project, you can use ant to form war package
4 Upload the war package. Under Linux, you can use SFTP to upload the war package. After uploading the war package to the specified directory, unzip it
5 Starting the web service starts the Tomcat or jetty service
6 Configure reverse proxy and bind domain name
There are many ways to use Alibaba cloud to build a website. You can refer to the following table to choose the appropriate way to build a website
steps of self-service website building
Step 1, select server
different website types need different ECS configurations, please confirm the website size and number of visitors. In general, small websites only need to choose the basic configuration
Step 2, deploy the website
Step 3, purchase and record the domain name
Step 4, resolve the domain name
so far, the self-service site building operation has been completed, and then you can use the domain name to test whether the access is normal
1. Select the appropriate website space according to the size of the web page file.
you can directly log in to the space with FTP tool and upload your website files to the space
