我拥有一个小型家用 NAS/服务器 - Zyxel NSA310S。不幸的是,在官方包存储库中,只有 5.0.8 版本可用。去年我设法安装了 7.x。版本,使用以下方法:
(Connect to the NSA as root using telnet - you first need to enable
in the administrator's webpanel. Then you can run the commands.)
cd /usr/local/zy-pkgs/gui
wget http://download.owncloud.org/community/owncloud-latest.tar.bz2
tar xjvf owncloud-latest.tar.bz2
cp ownCloud/config/config.php owncloud/config/config.php
vi owncloud/config/config.php
(To set 'version' to the correct value for the downloaded one.)
cd /usr/local/zy-pkgs/gui/owncloud/lib/private
chmod 660 config.php
cd /usr/local/zy-pkgs/gui
mv ownCloud oldCloud
(Just to be safe, keeping the old original version at hand for now.)
mv owncloud ownCloud
(Putting the new version in place of the old one. Now only thing needed
is to log in as the admin to the web interface and follow the instruction
shown on screen - voila, new version installed and working.)
不幸的是,这种方法根本不适用于当前版本的 ownCloud。我不知道是什么改变破坏了这种升级方法,也不知道哪个版本是最后一个工作的版本。
有没有人尝试过合勤 NSA 的?或者知道哪个版本的 ownCloud 可以与这个设备一起使用?
我使用最新版本的固件 - 4.75。