![]() |
Cara Instal Sentora Install (all supported OS) - Printable Version +- Cybernet Web Design - Web Design & Linux Server Administration (https://www.cybernetwebdesign.com) +-- Forum: Web Server (https://www.cybernetwebdesign.com/Forum-Web-Server) +--- Forum: Web Panel (https://www.cybernetwebdesign.com/Forum-Web-Panel) +--- Thread: Cara Instal Sentora Install (all supported OS) (/Thread-Cara-Instal-Sentora-Install-all-supported-OS) |
Cara Instal Sentora Install (all supported OS) - cybernetwebdesign - 05-12-2016 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 |