zpanel 비슷한 sentora

http://docs.sentora.org/?node=22

http://forums.sentora.org/showthread.php?tid=168

 

IMPERATIVE:

  • You must have read Pre-Installation Check HERE
  • You MUST have setup DNS for the sub-domain that will be assigned to Sentora panel PRIOR to install.

Once logged in SSH console as root, use this command line:

bash <(curl -L -Ss http://sentora.org/install)

 

If you have issues with curl you can try to copy and paste this command (for CentOS):

yum install wget -y && cd /tmp && wget sentora.org/install && bash install

 

Else you can do it manually:

1) Login to your server as root user:

sudo -i

2) Ensure you are in your home directory:
cd

3) download the installer

wget sentora.org/install

4) Make the installer executable
chmod +x install

5) Run the installer
sudo ./install

6) Follow the on screen instructions during the installation.
(See also Installer questions)

7) Return to user level ( or reboot server )
exit

Post install:

All passwords are saved in file /root/passwords.txt

YOU MUST INSTALL EMERGENCY PATCHES. Read Security updates and patches doc page

댓글 남기기

이메일은 공개되지 않습니다. 필수 입력창은 * 로 표시되어 있습니다

Comment moderation is enabled. Your comment may take some time to appear.