Sentora Installer

Setup and Installation guide for Sentora website hosting platform on CentOS 6/7 and Ubuntu 12.04/14.04

Intro

Sentora has vastly improved the installation process with a new installer script, which will guide you through the installation process and attempt to check as many known configurations as possible.

Installation

The new installer is to only be used on a minimal linux OS. In short this means no pre-installed LAMP LNMP or other stacks.

1. SSH to your VPS and raise your privileges to the root user.

2. Download the installer with either wget or curl:

wget https://raw.githubusercontent.com/sentora/sentora-installers/1.0.3/sentora_install.sh

3. Make the installer executable:

chmod +x sentora_install.sh

4. Run the installer and follow the interactive instructions:

./sentora_install.sh

Follow the on screen instructions during the installation. The zadmin, MySQL passwords are all stored in /root/passwords.txt after installation.