pydio great serveur cloud and share Installation in centos 6 6 & redhat
pydio great serveur cloud and share Installation in centos 6.6 & redhat
--You Need Install epel-release--
1-) Download Package
yum install epel-release -y
yum install mysql-server php-mysql -y
rpm -Uvh [ Ссылка ]
yum update
yum --disablerepo=pydio-testing install pydio -y
2-) Enable And Start Service
chkconfig mysqld on
chkconfig httpd on
service httpd restart
service mysqld restart
3-) Secure And Confegure Mysql And Creat DataBase
mysql_secure_installation
mysql -u root -p
create database pydio;
grant all privileges on pydio.* to pydio@'localhost' identified by 'pydio';
flush privileges;
4-) configuration file
vi /etc/php.ini
;output_buffering = 4096
output_buffering = Off
echo $LANG
vi /etc/pydio/bootstrap_conf.php
setlocale(LC_ALL, "en_US.UTF-8");
define("AJXP_LOCALE", "en_US.UTF-8");
service httpd restart
5-) Open Port FireWall
iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT
service iptables save
service iptables restart
6-)begin installation
[ Ссылка ]
5-) Confegure The File .htacces
vi /usr/share/pydio/.htaccess
Ещё видео!