Changes

From Amahi Wiki
Jump to: navigation, search
5 bytes added ,  01:45, 23 November 2010
no edit summary
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop
<ol># <li> Installation of dependencies
yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils
# <li> Download the latest version of wuala
wget <nowiki>http://www.wuala.com/files/wuala.tar.gz</nowiki>
# <li> Untar it as root is /usr/local
cd /usr/local
tar xvfz wuala.tar.gz
This will create a directory wuala.
# <li> Manually start the program (make sure you have an account with them first)
/usr/local/wuala/wuala -basepath /usr/local/wuala login YourUserName YourPassword
if all goes well you have started the program successfully and can test it
/usr/local/wuala --help
/usr/local/wuala/wuala showStatus -> will tell you if you are online
/usr/local/wuala/wuala showSettings -> will show your settings
# <li> Start Wuala as a service </ol>
I found a little init.d script that sort of work but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup or show that status is started.
12,424

edits