ajentiの読み方

ajentiの読み方

GUIのサーバー管理ツールである「ajenti」の読み方を掲載してます。

読み⽅

アジェンティ」と読みます。

ajentiとは

GUIのサーバー管理ツールでシンプルで、初心者でも利用しやすい。
またインストールも非常に簡単で、ubuntu19であれば下記のコマンドのみでインストールが完了します。

apt install python-pillow

wget http://launchpadlibrarian.net/333146932/python-imaging_4.1.1-3build2_all.deb
dpkg -i python-imaging_4.1.1-3build2_all.deb

wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh
apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php7.2-fpm
service ajenti restart

centos7も下記のコマンドのみでインストール可能です。

curl https://raw.githubusercontent.com/ajenti/ajenti/1.x/scripts/install-rhel7.sh | s

下記がajentiのUIの画像となります。