Found an error when using bash install
-- Installing Postfix
Package 2:postfix-2.6.6-6.el6_5.x86_64 already installed and latest version
ERROR 1071 (42000) at line 115: Specified key was too long; max key length is 1000 bytes
am using centos 6
-- Installing Postfix
Package 2:postfix-2.6.6-6.el6_5.x86_64 already installed and latest version
ERROR 1071 (42000) at line 115: Specified key was too long; max key length is 1000 bytes
am using centos 6
(02-02-2015, 04:08 AM)Me.B Wrote: Another install way un one line:
Centos 6/7:
Code:cd \tmp && yum install wget -y && wget http://sentora.org/install && sudo bash install
Ubunut 12/14:
Code:cd \tmp && apt-get install wget -y && wget http://sentora.org/install && sudo bash install
from now it's easy the stable release install script is:
http://sentora.org/install
& beta will be http://sentora.org/install-beta
Enjoy sentora.
We could do the same with curl but always found no issues using wget.