このチュートリアルでは、CentOS 7にSentoraをインストールするために必要な手順について説明します。Sentoraは、無料でダウンロードできるWebホスティングコントロールパネルです。 Linux、UNIX、およびBSDベースのサーバーまたはコンピューター用に開発されています。 Sentoraソフトウェアを使用すると、国内または商用サーバーを完全に開発された、使いやすく管理しやすいWebホスティングサーバーに変えることができます。
SentoraはPHPで記述されており、単一のサーバーで複数のクライアントをホストおよび管理するように設計されています。 Sentoraは、コントロールパネル自体でのみ機能する事前構成済みパッケージをインストールします。以下はリストです:
- MySql -5.5.29
- Apache – 2.4.3
- PHP -5.3.20
- バインド– 9.9.2-P1
- phpMyAdmin – 3.5.8.1 *
- RoundCube – 0.9.2 *
- Dovecot – 2.0.9
- 接尾辞– 2.6.6
- proFTPd – 1.3.3g
したがって、Sentoraを正常にインストールするには、CentOS7の最小インストールが必要です。
1。システムを更新する
Linux VPSにユーザーrootとしてログインし、まずすべてのパッケージが最新であることを確認します。
# yum -y update
2。 SENTORAをインストールする
/homeディレクトリに移動します。
# cd
wgetコマンドラインユーティリティをインストールします:
# yum install wget
インストールスクリプトをダウンロードします:
# wget sentora.org/install
スクリプトを実行可能にします:
# chmod +x install
スクリプトを実行して、Sentoraのインストールを開始します。
# ./install
次のように歓迎されます:
############################################################ # Welcome to the Official Sentora Installer 1.0.1 # ############################################################ Checking that minimal requirements are ok Detected : CentOs 7 x86_64 Ok. DB server will be mariaDB
3。タイムゾーンの設定
ご覧のとおり、CentOS7VPSはSentoraの最小要件を満たしています。次に、リストからタイムゾーンを選択する必要があります:
Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean. 1) Africa 2) Americas 3) Antarctica 4) Arctic Ocean 5) Asia 6) Atlantic Ocean 7) Australia 8) Europe 9) Indian Ocean 10) Pacific Ocean 11) none - I want to specify the time zone using the Posix TZ format.
タイムゾーンを設定すると、画面に次のように表示されます。
=== Informations required to build your server === The installer requires 2 pieces of information: 1) the sub-domain that you want to use to access Sentora panel, - do not use your main domain (like domain.com) - use a sub-domain, e.g panel.domain.com - or use the server hostname, e.g server1.domain.com - DNS must already be configured and pointing to the server IP for this sub-domain 2) The public IP of the server.
これが意味するのは、DNS伝播サブドメインが必要であり、その後、そのサブドメインを使用してSentoraコントロールパネルにアクセスできるようになるということです。 2番目の情報は、サーバーのパブリックIPアドレスです。
たとえば、sentora.yourdomain.tldを構成しない場合、次のエラーが発生すると、インストールを続行できなくなります。
WARNING: sentora is not a subdomain! WARNING: sentora is not defined in your DNS! You must add records in your DNS manager (and then wait until propagation is done). For more information, read the Sentora documentation: - http://docs.sentora.org/index.php?node=7 (Installing Sentora) - http://docs.sentora.org/index.php?node=51 (Installer questions) If this is a production installation, set the DNS up as soon as possible. There are some warnings... Are you really sure that you want to setup Sentora with these parameters? (y):Accept and install, (n):Change domain or IP, (q):Quit installer? n
したがって、警告を解決せずに設定を受け入れると、Sentoraはサーバー上で機能しなくなります。
したがって、動作するサブドメインを構成する必要があります。インストールには5分もかかりません。インストールが完了すると、次のメッセージが表示されます。
######################################################## Congratulations Sentora has now been installed on your server. Please review the log file left in /root/ for any errors encountered during installation. Login to Sentora at http://http://panel.yourdomain.tld Sentora Username : zadmin Sentora Password : Ehj3qpNTkDciRJc3 MySQL Root Password : Nrj1xRKSGbDcodQX MySQL Postfix Password : tF0qEGTGvpXLyUEV MySQL ProFTPd Password : brrNJ6YS8FvD9vOP MySQL Roundcube Password : DEBRUAJSl4tdfJMS (theses passwords are saved in /root/passwords.txt) ########################################################
もちろん、上記の値はインストールから取得した値であり、Sentoraインスタンスとはまったく関係ありません。
おめでとうございます。CentOS7VPSにSentoraが正常にインストールされました。
デフォルトでは、Sentoraログインページは、ユーザーがインストール中に指定されたFQDN(http://panel.yourdomain.tld)を参照したときだけでなく、ルートドメイン名(つまりhttp://yourdomain.tld)を開いたときにも表示されます。 。
したがって、お気に入りのWebブラウザーを開き、http://panel.yourdomain.tldに移動します。
Sentoraの詳細な構成については、Sentoraの公式の構成とハウツーページをご覧ください。
もちろん、CentOS 7ホスティングサービスのいずれかを使用している場合は、CentOS 7にSentoraをインストールする必要はありません。その場合は、専門のLinux管理者にCentOS7にSentoraをインストールするよう依頼するだけです。 24時間年中無休でご利用いただけます。リクエストはすぐに処理されます。
PS。この投稿が気に入った場合は、左側のボタンを使用してソーシャルネットワーク上の友達と共有するか、下に返信を残してください。ありがとう。