GNU/Linux >> Linux の 問題 >  >> Panels >> cPanel

ファンタスティコをcPanel/WHMにインストール

Fantastico Deluxe または Fantastico F3 (新しい名前) は、Netemberg の優れた製品です。迅速なインストールにより、コードに 1 行も触れることなく、数回クリックするだけでアプリケーションを簡単にインストールできます。

このチュートリアルでは、Fantastico Deluxe を cPanel/WHM サーバーにインストールする方法を紹介します。始めましょう。

すばやく簡単:Fantastico F3 を cPanel/WHM サーバーにインストール

root として ssh を使用してログインし、次のコマンドを入力します:

mkdir --parents /var/netenberg/fantastico_f3
cd /var/netenberg/fantastico_f3 && curl -O http://174.120.165.106/fantastico_f3/sources.tar.bz2
cd /var/netenberg/fantastico_f3 && tar --bzip2 --extract --file sources.tar.bz2

Fantastico ライセンスを検証しましょう:

cd /var/netenberg/fantastico_f3/sources && /usr/local/cpanel/3rdparty/bin/php index.php license

IP アドレスと結果が表示されます。例:

192.168.1.189: Pass

合格 =ライセンスは正常に検証されました。
不合格 =ライセンスの検証中にエラーが発生しました。Netemberg サポートにお問い合わせください。

WHM/cPanel を登録し、サーバーのすべての GUI を構成します

cd /var/netenberg/fantastico_f3/sources && /usr/local/cpanel/3rdparty/bin/php index.php optimize

出力に多くの行が表示されますが、これはまったく正常です。

Fantastico のアプリとスクリプトをダウンロード/登録する

cd /var/netenberg/fantastico_f3/sources && /usr/local/cpanel/3rdparty/bin/php index.php scripts

次のように表示されます:

Wordpress: OK
Joomla: OK

スクリプトがすでに最新の場合は、次のように表示されます:

Worpress: Updated
Prestashop: Updated

スクリプトが更新されていない場合も同様:

Script Name: Not updated

この時点で、fantico のインストールを使用する準備ができているはずです。

Fantastico をインストールする別の方法

curl の使用:

curl http://174.120.165.106/fantastico_f3/install.sh | /bin/bash

wget の使用:

wget http://174.120.165.106/fantastico_f3/install.sh -O - | /bin/bash

Fantastico をテストするにはどうすればよいですか?

cPanel アカウントにログインして、Fantastico を検索し、インストールする必要のあるアプリをクリックして、Fantastico ソフトウェアを楽しんでください。

Fantastico F3 を更新するにはどうすればよいですか?

ルートとして実行:

Fantastico Core を更新

cd /var/netenberg/fantastico_f3/sources && /usr/local/cpanel/3rdparty/bin/php index.php update

すべてのスクリプトとアプリを更新する

cd /var/netenberg/fantastico_f3/sources && /usr/local/cpanel/3rdparty/bin/php index.php scripts

Fantastico の詳細については、公式ウェブサイトをご覧ください:Fantastico

cPanel/WHM に Fantastico をインストールする 最終変更日:2017 年 2 月 8 日 Esteban Borges
cPanel
  1. CentOSにcPanelをインストールする方法

  2. cPanelとWHMの概要

  3. cPanel/WHMライセンス

  1. CentOS7にcPanelとWHMをインストールする方法

  2. Engintronを使用してWHM/cPanelにNginxをインストールする方法

  3. cPanelにImageMagickをインストールする方法

  1. AlmaLinux8サーバーにWHMCpanelをインストールする方法

  2. WHMとcPanel

  3. cPanel に Perl モジュールをインストールする