Changes

From Amahi Wiki
Jump to: navigation, search
253 bytes added ,  02:11, 23 June 2020
[[Category:Apps]][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) It is a Java application and because of that can more or less run on every computer.{{NeedsUpdate}}
On their website they only have a package for Ubuntu but there is a package for all the other.
To install it [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 need several packagesfile (you can go back in time).
For Fedora 12 you will need to install: It is a Java application and because of that can more or less run on every computer. java-1.6.0-openjdk-1, java-1.6On their website they only have a package for Ubuntu but there is a package for all the others.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils
For Fedora 12 you will need to install: java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils. 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
== Install ==1. Installation ofdependencies
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
5. Start Wuala as a service
I found a little init.d script that sort of work works 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 shows that status is started. So if someone can fix it it would be great. Copy the code below in file called wuala in /etc/init.d and make it executable <nowiki>
#!/bin/sh
# chkconfig: 235 99 10
;;
esac
exit $RETVAL</nowiki> == 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