- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Help to install Pydio 6.0.x
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have tried to install Super_Poussin Pydio app from the community Dropbox, but everytime I get a "failed install" error message.
I have tried by SSH to update PHP, but still no luck.
Would you have any idea to help me ?
I have an RN516 on the 6.2.4 firmware
Thanks in advance for any help !
Best !
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok I found the solution :
nano /etc/apt/sources.list
add
deb http://packages.dotdeb.org wheezy-php56-zts all deb-src http://packages.dotdeb.org wheezy-php56-zts all
apt-get update
if you get an error like:
GPG error: http://packages.dotdeb.org wheezy-php56 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
then :
wget http://www.dotdeb.org/dotdeb.gpg apt-key add dotdeb.gpg
and again
apt-get update
then :
apt-get install php5
check you on PHP 5.6.x
php -v
if all's good restart apache:
service apache2 restart
and then try to install again Pydio 6.0.x from the GUI
Best!
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Help to install Pydio 6.0.x
I have succesfully install php 5.6, but I still can't install Pydio
root@Grp-M_NAS:~# php --version PHP 5.6.12-1~dotdeb+7.1 (cli) (built: Aug 8 2015 01:28:25) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
Also as advertised, Owncloud is indeed not possible to install anymore
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok I found the solution :
nano /etc/apt/sources.list
add
deb http://packages.dotdeb.org wheezy-php56-zts all deb-src http://packages.dotdeb.org wheezy-php56-zts all
apt-get update
if you get an error like:
GPG error: http://packages.dotdeb.org wheezy-php56 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
then :
wget http://www.dotdeb.org/dotdeb.gpg apt-key add dotdeb.gpg
and again
apt-get update
then :
apt-get install php5
check you on PHP 5.6.x
php -v
if all's good restart apache:
service apache2 restart
and then try to install again Pydio 6.0.x from the GUI
Best!
-
2 replies
-
2015-09-04 06:35 AM
-
4662 views
-
0 kudos
-
1 in conversation
-