The official recommendation of Pagoda is a pure system. I use docker to run an ubuntu container to simulate a pure system, so that it will not affect my other services.
docker run --name baota -id -p 8888:8888 ubuntu
docker exec -it baota bash
apt-get update
apt-get install wget vim
Change the following source address, the speed is extremely slow if it is not changed
vim /etc/apt/sources.list
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
apt-get update
Installation commands provided by the pagoda
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
Login address and username password after installation
Bt-Panel: http://1.180.xxx.xxx:8888/2bdec3a8
username: ywhnrs2u
password: 0aa6b647
This address is wrong, I changed it to http://127.0.0.1:8888/2bdec3a8
Install lnmp, the speed is very slow, I don't know what it is doing. In terms of flexibility, it’s certainly not as good as building it by yourself, but the win is that Xiaobai doesn’t need to pay attention to anything, and now there are a large number of users, and there are many demands.
Recommended Posts