Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How can a CVM quickly build a website environment?

2025-02-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Before to buy a server to build a good website operating environment that is difficult, to install iis, php, database, various components. There's nothing I can do without a little expertise.

But the times are progressing, and now it's good. After buying a server, you only need to install a pure version of the server system and install a pagoda. A professional website environment can be configured in a few minutes. The packages required for all kinds of websites can be easily installed. For example, pagoda panels are used in Linux systems and cloud helpers are used in win systems. Next, Xiao Yun editor of the following linux pagoda panel installation tutorial

How to connect to a Linux server remotely

Remote login to linux, using the ssh protocol. Under the windows platform, there are tools such as putty,Xshell,SecureCRT to remotely connect to the linux server.

SSH connection tool: click to download

1. Putty is a very lightweight SSH connection tool that can be run directly to facilitate testing. The interface is as follows:

Note: entering the password during the opening and running will not be displayed, ignore it and enter the full password directly.

Linux panel installation tutorial

Installation requirements:

Memory: more than 512m, recommended more than 768m (pure panel accounts for about 60m of system memory)

Hard disk: more than 100m available hard disk space (pure panel occupies about 20m disk space)

System: CentOS 7.1 + (Ubuntu16.04+., Debian9.0+), make sure it is a clean operating system, no Apache/Nginx/php/MySQL with other environments has been installed (existing environments cannot be installed)

Pagoda linux6.0 version is based on centos7, be sure to use centos7.x system

Note: Centos has officially announced that it will stop the maintenance and update of Centos6 in 2020, and major software developers have gradually stopped being compatible with Centos6. Centos6 is not recommended for new servers.

System requirements

Operating system: new system (supports CentOS, Ubuntu, Debian, Fedora, Deepin)

Make sure it is a clean operating system and there is no Apache/Nginx/php/MySQL installed in other environments.

The Linux6.0 version of Baota is based on centos7, and it is strongly recommended to use centos7.x system.

Memory requirements: minimum memory requirements 512MB, recommended above 768MB, pure panels account for about the system 60MB memory

Linux system: one-click mount disk tool

Centos/Fedora:yum install wget-y & & wget-O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh & & bash auto_disk.sh

Description:

1: this tool mounts the data disk to the / www directory by default

2: if your server has previously installed a Windows system, you need to delete the NTFS partition manually. The mount tool will skip the NTFS partition directly.

3: if your disk is partitioned and not mounted, the tool will automatically mount the partition to / www

4: if your disk is a new disk, the tool will automatically partition and format it into an ext4 file system

5: this tool only mounts one partition automatically. If you have multiple data disks, please mount the disks that are not automatically mounted manually.

6: this script is only suitable for mounting new disks. Do not use this script if you already have data on the data disk.

Installation method

Use SSH connection tools, such as SSH connection tools: click download to connect to your Linux server, mount the disk, and start the installation according to the system command (about 2 minutes to complete the panel installation):

Centos installation script yum install-y wget & & wget-O install.sh http://download.bt.cn/install/install_6.0.sh & & sh install.sh 8c0882dde

Ubuntu/Deepin installation script wget-O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh & & sudo bash install.sh 8c0882dde

Debian installation script wget-O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh & & bash install.sh 8c0882dde

Fedora installation script wget-O install.sh http://download.bt.cn/install/install_6.0.sh & & bash install.sh 8c0882dde

Upgrade script wget-O update.sh http://download.bt.cn/install/update.sh & & sh update.sh

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report