Home  >  Article  >  Backend Development  >  How to deploy php on the cloud

How to deploy php on the cloud

藏色散人
藏色散人Original
2021-09-06 09:26:003263browse

How to deploy PHP on the cloud: 1. Enter the console and find the cloud server ECS; 2. Enter the management terminal password to enter the server; 3. Download Xftp and Xshell; 4. Create a new database and add the local Import the SQL file exported from the database to the Alibaba Cloud server; 5. Drag the php file into the root directory of the website on the right.

How to deploy php on the cloud

The operating environment of this article: centOS6.8 system, PHP5.6 version, Dell G3 computer.

How to deploy php on the cloud? Alibaba Cloud PHP website deployment

First you need to buy an Alibaba Cloud server, and you can choose the operation when buying it System (you can also change the operating system in the console after purchasing)

How to deploy php on the cloud

I am using CentOS. After purchasing the server, I need to add a multi-language environment. This needs to be done in the cloud. Search the market for "multi-language environment" and buy it. There are free ones and paid ones. It depends on which one you need. I use the free one.

How to deploy php on the cloud

Then enter the console and find the cloud server ECS

How to deploy php on the cloud

Enter the cloud server ECS and click on the instance, where you will see Purchased server

How to deploy php on the cloud

Click more, then reset the password. After resetting the password, you need to restart the server. Click Manage. There is a restart option in the upper right corner. After configuring, return and click Remote connection, then he will give you a management terminal password, remember this password.
Then enter the management terminal password to enter the server.

How to deploy php on the cloud

#When entering, you need to enter your login account (the default is root) and password (the password you just reset) and then the connection is successful.

How to deploy php on the cloud

Next you need to download Xftp and Xshell. Xftp is used for file transfer, that is, to transfer your local php web page to the Alibaba Cloud server. Cloud Server.
Open Xshell, create a new session and give it a name. My name is test, the protocol is SSH, and the host is the public IP address of the Alibaba Cloud server, which can be seen in the instance in the console.

How to deploy php on the cloud

Then enter the username (root) and password to use Xshell to operate the Alibaba Cloud server. After that, if your multi-language environment (mentioned above) is configured, then open the browser and enter the public network address, and the following page will appear (if rejected, please close the firewall of the Alibaba Cloud server and enter service iptables stop):

How to deploy php on the cloud

Click on "CentOS Nginx PHP JAVA Multilingual Mirror User Manual V1.6.pdf". It is recommended to take a look at the manual. There are many operations in it, so I won’t go into them one by one. . Notice that there is phpMyAdmin, which is the database of Alibaba Cloud server. Click to enter and you can operate it with your local browser. The username and password of phpMyAdmin are in the user manual, check it out yourself. After logging in, import your local database. You need to create a new database (same as the local database), and then import the SQL file exported from the local database to the Alibaba Cloud server. The database import will be successful.
How to deploy php on the cloud

There is a source code installation directory in the manual

How to deploy php on the cloud

#Deploy the website you need to deploy to the root directory of the website, and you can access it website. Specifically, open Xshell, make sure you also download Xftp, and click New File Transfer.

How to deploy php on the cloud

It will automatically run Xftp. The left is your local directory and the right is your Alibaba Cloud directory. Find your php file and drag the php file into the website root directory on the right to access the website. Note that The website root directory is not root.

How to deploy php on the cloud

Website operation results:

How to deploy php on the cloud

##

The above is the detailed content of How to deploy php on the cloud. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn