Skip to content

CentOS 6 Master Installation Guide

WebSearchingPro edited this page Nov 11, 2013 · 4 revisions

As a precaution I would like to take the time to make sure that if you have a copy of nginx, mysql, php or apache installed on your server please DO NOT install Feathur. Feathur's installer will overwrite any configuration you have, delete files and folders you may need and may destroy anything and everything on your server.

Installation requirements:

  • CentOS 6 (32 or 64 bit)
  • Basic Linux Knowledge

Run the following command on your server:

yum -y install wget && cd ~ && wget --no-check-certificate https://raw.github.com/BlueVM/Feathur/develop/Scripts/centos-master-installer.sh && chmod a+x ./centos-master-installer.sh && ./centos-master-installer.sh

Installation Notes:

The installer will ask you for the host name and the administrator email. Once the installer completes it will provide you with directions for logging into Feathur for the first time. We highly suggest you save the mysql password provided to a safe place and we also suggest you download a copy of ~/feathur-install/ and remove the folder from your system.

After installation it is recommended that you:

  1. Change your administrator password.
  2. Go into PHPMyAdmin => panel => settings and update the panel url to your hostname.