Changes

From Amahi Wiki
Jump to: navigation, search
17 bytes removed ,  02:11, 23 June 2020
[[Category:Apps]]{{NeedsUpdate}}  
[http://www.wuala.com Wuala] is an application developed by Lacie. It is a solution to offer some online storage in the "cloud". It allows automatic backup of your data and synchronisation between PCs as well as time keep track or "version" of you file (you can go back in time).
== Install ==
1. Installation of dependencies
{{Code| yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils}}
2. Download the latest version of wuala
{{Code| wget <nowiki>http://www.wuala.com/files/wuala.tar.gz</nowiki>}}
3. Untar it as root in /usr/local (This will create a directory wuala)
{{Code| cd /usr/local tar xvfz wuala.tar.gz}}
4. Manually start the program (make sure you have an account with them first)
{{Code| /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
{{Code| /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}}
5. Start Wuala as a service
== References ==
There is a potential init script that might work [http://pascal.nextrem.ch/2009/10/20/wuala-init-d-script/ here] and another one [http://cloudservers.rackspacecloud.com/index.php/Ubuntu_-_Setting_up_Wuala here].
 
 
[[Category:Apps]]
12,424

edits