Ali Cloud ECS server installs some environment records through the command line

0. Cloud server and common server

  • The difference between clusters and individuals

The advantages of clustering are all advantages of cloud servers.

1. Interaction mode between local and cloud server:

Download XShell and XFtp, no piracy required. The official version actually provides the free link as follows:

For the official free version of XShell and XFtp, click me

  • XShell: Used to connect to your server remotely
  • XFtp: used to upload local files to the cloud server

XFtp New session:

When the connection is complete, you can see the server’s file directory:

2. Install pagoda panel on cloud server

At present, Linux is still not familiar, anxious to make do with this first, or to step on the pit of each software installation.

Centos installation commands:

Yum install wget - y && wget - O the sh http://download.bt.cn/install/install_6.0.sh && sh the shCopy the code

Once installed, you will see a URL that will allow you to access your pagoda panel and remember the username and password used to log in to the pagoda.

Note: If you cannot access the pagoda, go to the server console security group to see if the pagoda’s default port number 8888 is open

After login, enter:

Pagoda installed!

3. Project deployment

Next, install the necessary software from the pagoda:

Finally, Maven unpacks the JAR package, uploats the jar package locally to the server, and completes the deployment using the Java Project one-click deployment tool.

Note:

  1. Related software ports in pagoda and Ali cloud ECS security group need to be released.