[Linux]純粋なubuntuはパゴダパネルをすばやく構築します

Pagodaの公式の推奨事項は純粋なシステムです。他のサービスに影響を与えないように、dockerを使用してubuntuコンテナーを実行し、純粋なシステムをシミュレートします。

docker run --name baota -id -p 8888:8888 ubuntu
docker exec -it baota bash
apt-get update
apt-get install wget vim

次の送信元アドレスを変更します。変更しないと速度が非常に遅くなります
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

パゴダが提供するインストールコマンド
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

インストール後のログインアドレスとユーザー名パスワード
Bt-Panel: http://1.180.xxx.xxx:8888/2bdec3a8
username: ywhnrs2u
password: 0aa6b647

このアドレスは間違っています。http://127.0.0.1:8888 / 2bdec3a8に変更しました。
lnmpをインストールします。速度が非常に遅いので、何をしているのかわかりません。柔軟性の点では、自分で作成するほど良くはありませんが、Xiaobaiは何にも注意を払う必要がなく、今では多くのユーザーがいて、多くの要求があります。

Recommended Posts

[Linux]純粋なubuntuはパゴダパネルをすばやく構築します
Windows10サブシステムlinuxインストールパゴダパネルUbuntu
[Linux] Sambaサーバーのビルド(ubuntu16.04)
Linux(ubuntu 12.04)
Ubuntuビルドetcd
ubuntu16.0.1インストールパゴダ
UbuntuビルドSeafile
Ubuntuを構築および構成するための組み込みLinux開発環境
Linux(centos7)ビルドgitlab
Ubuntu 18.04 LTSLAMPビルド
Ubuntu 18.04LTSはすぐに美化されました
UbuntuLinux研究ノート
CentOS7インストールパゴダパネル