Changes

From SME Server
Jump to navigationJump to search
2,228 bytes added ,  10:53, 20 May 2015
no edit summary
Line 185: Line 185:     
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-pydio|noresultsmessage="No open bugs found."}}
 
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-pydio|noresultsmessage="No open bugs found."}}
 +
 +
=== Installing Pydio 6 in an ibay on v9 from source ===
 +
 +
{{Note box|msg=Use at your own risk - usual caveats apply. Needs testing}}
 +
 +
Go to http://sourceforge.net/projects/ajaxplorer/files/pydio/stable-channel/6.0.7/ and download pydio-core-6.0.7.tar.gz
 +
 +
I use 7zip to untar the file and then scp to copy the files into an ibay.
 +
 +
I created an ibay named pydio
 +
 +
chown -R admin:www /home/e-smith/files/ibays/pydio/html
 +
 +
Change the access on data and its subdirectories to 775
 +
 +
db accounts setprop pydio \
 +
AllowOverride All \
 +
FollowSymLinks enabled \
 +
Group www \
 +
PHPBaseDir /home/e-smith/files/ibays/pydio/html/:/tmp/ \
 +
PublicAccess global \
 +
UserAccess wr-group-rd-everyone
 +
 +
signal-event ibay-modify pydio
 +
 +
/sbin/e-smith/db yum_repositories set rpmforge repository \
 +
Name 'Dag - EL6' \
 +
BaseURL 'http://apt.sw.be/redhat/el6/en/$basearch/dag' \
 +
EnableGroups no \
 +
GPGCheck yes \
 +
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
 +
Visible no \
 +
Exclude freetype,htop,iptraf,rsync,syslinux \
 +
status disabled
 +
 +
/sbin/e-smith/db yum_repositories set epel repository \
 +
Name 'Epel - EL6' \
 +
BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \
 +
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \
 +
EnableGroups no \
 +
GPGCheck yes \
 +
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
 +
Visible no \
 +
status disabled
 +
 +
yum --enablerepo=epel install php-mcrypt
 +
 +
Create a mysql DB for Pydio
 +
 +
Log into the server as root using putty.
 +
Issue the following commands changing the values to suit you needs.
 +
# mysqladmin create (database name)
 +
# mysql
 +
mysql> grant all on pydio.* to pydioadmin@localhost identified by '(password)';
 +
mysql> flush privileges;
 +
mysql> \q
 +
 +
Open /home/e-smith/files/ibays/pydio/html/conf/bootstrap_conf.php and change line 43 to define("AJXP_TMP_DIR", AJXP_DATA_PATH."/tmp");
 +
 +
At this stage if you go to https://ip of server/pydio you should still see the following error "Server charset encoding
 +
warning" it is now fine to proceed with the install by clicking the link "click here to continue to Pydio."
 +
 +
Follow the instructions in the wizard to set up pydio.
 +
 +
Thunderbird plugin
 +
 +
https://pyd.io/apps/thunderbird-file-link/
 +
 +
Pydio plugins
 +
 +
https://pyd.io/plugins/
    
----
 
----
 
[[Category:Contrib]]
 
[[Category:Contrib]]
 
[[Category: Webapps]]
 
[[Category: Webapps]]

Navigation menu