Changes

From Amahi Wiki
Jump to: navigation, search
2,043 bytes added ,  02:11, 23 June 2020
[[Wuala]] is an application developed by Lacie. It is a solution to offer some online storage in the "cloud"{{NeedsUpdate}}
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)
[http://www.wuala.com Wuala] is an application developed by Lacie. It is a Java application solution to offer some online storage in the "cloud". It allows automatic backup of your data and because synchronisation between PCs as well as time keep track or "version" of that you file (you can more or less run on every computergo back in time).
It is a Java application and because of that can more or less run on every computer. On their website they only have a package for Ubuntu but there is a package for all the otherothers.
To For Fedora 12 you will need to install it : java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils. If you don't need several packagesthe 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
For Fedora 12 you will need to install:== Install ==1. Installation of dependencies yum install java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils 2. Download the latest version of wualaIf 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) cd /usr/local tar xvfz wuala.tar.gz4. Manually start the program (make sure you have an account with them first) /usr/local/wuala/wuala -basepath /usr/local/wuala login YourUserName YourPasswordif all goes well you don't need have started the full system integration you don't need fuseprogram successfully and can test it /usr/local/wuala --libs, fuse, xdghelp /usr/local/wuala/wuala showStatus -utils but > will tell you if you are online /usr/local/wuala/wuala showSettings -> will loose having show your settings5. Start Wuala as a service I found a virtual drive little init.d script that sort of your online data on the desktopworks but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup or shows that status is started. So if someone can fix it it would be great.
1Copy the code below in file called wuala in /etc/init.d and make it executable <nowiki> #!/bin/ Installation of dependenciessh # chkconfig: 235 99 10 # description: Start or stop the Wuala server # ### BEGIN INIT INFOyum install java # Provides: wuala # Required-1.6.0Start: $network $syslog # Required-Stop: $network # Default-openjdk javaStart: 2 3 5 # Default-Stop: 0 1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils 2/ Download # Description: Start or stop the latest version of wualaWuala server ### END INIT INFOwget http://www # Source function library.wuala .com/filesetc/wualarc.tard/init.gzd/functions WUALA_USER="YourUserName" WUALA_PASS="YourPassword"3/ Untar it as root is WUALA_PATH="/usr/local/wuala" #start=/etc/webmin/startcd #stop=/etc/usrwebmin/localstoptar xvfz lockfile=/var/lock/subsys/wuala #confFile=/etc/webmin/miniserv.tar.gzconf This will create a directory pidFile=/var/wuala/wuala.pid name='Wuala'4/ Manually case "$1" in 'start the program (make sure you have an account with them first') su - root -c "$WUALA_PATH/wuala -basepath $WUALA_PATH login $WUALA_USER $WUALA_PASS &" & >/dev/null 2>&1 </dev/null RETVAL=$? if [ "$RETVAL" = "0" ]; then touch $lockfile >/usrdev/local/wualanull 2>&1 fi ;; 'stop') su - root -c "$WUALA_PATH/wuala -basepath $WUALA_PATH logout &" & RETVAL=$? if [ "$RETVAL" = "0" ]; then rm -f $lockfile fi pidfile=$pidFile rm -f $pidfile ;; 'status') pidfile=$pidFile if [ -s $pidfile ]; then pid=`cat $pidfile` kill -basepath 0 $pid >/usrdev/local/wuala login YourUserName YourPasswordnull 2>&1 if [ "$?" = "0" ]; then echo "$name (pid $pid) is running" RETVAL=0 else echo "$name is stopped" RETVAL=1 fi else echo "$name is stopped" RETVAL=1 fi ;; 'restart') $stop ; $start RETVAL=$? ;; *) echo "Usage: $0 { start | stop | status | restart }" RETVAL=1 ;; esacif all goes well you have started the program successfully and can test it exit $RETVAL</nowiki>
== References ==There is a potential init script that might work [http:/usr/localpascal.nextrem.ch/wuala --help2009/usr10/local20/wuala-init-d-script/wuala showStatus -> will tell you if you are onlinehere] and another one [http:/usr/localcloudservers.rackspacecloud.com/wualaindex.php/wuala showSettings Ubuntu_-> will show your settings_Setting_up_Wuala here].
5/ Start Wuala as a service
TBD[[Category:Apps]]
12,424

edits