Changes

From Amahi Wiki
Jump to: navigation, search
1,027 bytes added ,  02:09, 23 June 2020
Tonido does not support Fedora, nor is there a 64-bit version{{NeedsUpdate}}{{MessageBox|backgroundcolor = #FBB|image =Warning. I managed to make it work and thought I'd share how png|heading =WARNING|message = Not recommended for those interestedbeginners. A similar process should work on 32-bit Amahi installs: Proceed with caution!}}
- Get some of the 32-bit libraries needed[http:{{Code|yum install glibc//www.i686}}- get the 32-bit Ubuntu tonido.deb package from Tonido{{Link|insert link}}- Install ar:{{Code|yum install ar}}- Extract the contents of the com Tonido .deb package:{{Code|ar vx TonidoSetup_i686.deb}}You will have a data.tar.gz file after this; install its contents:{{Code|tar xzf data.tar.gz -C /}}Now we need to get ] does not support Fedora nor is there a bunch of missing dependencies which we can do with an Ubuntu install disc.- download Ubuntu 3264-bit CD install image and burn it- make a couple of directories under /mnt:{{Code|mkdir /mnt/tmpmkdir /mnt/tmp2}}- insert the Ubuntu disc and mount itversion. You can either let it automount or in my case I did managed to make it explicitly:{{Code|umount /dev/sr0 mount /dev/sr0 /mnt/tmp}}- go to the "casper" directory on the Ubuntu CD work and mount filesystemthought I'd share how for those interested.squashfs:{{Code|mount /mnt/tmp/casper/filesystem.squashfs /mnt/tmp2cd /usr/local/tonido}}Try to start Tonido with:{{Code|./tonidoA similar process should work on 32-bit Amahi installs.sh start}}
It will fail'''NOTE:''' The [http://www.amahi. To see the missing dependency, useorg/apps/tonido 32-bit] version has been packaged for Amahi and currently in <span style="background-color:{{Code|cat /tmpred">'''Alpha'''</tonido_rootspan> status.log}}
== How to Install ==
* [[Open Terminal as root|As '''root''' user]], get some of the 32-bit libraries needed:
yum install glibc.i686
* Download the 32-bit Ubuntu .deb package from Tonido
<nowiki>http://www.tonido.com/download.php?TonidoSetup_i686.deb</nowiki>
* Install ar:
yum install ar
* Extract the contents of the Tonido .deb package:
tar vx TonidoSetup_i686.deb
You will have a data.tar.gz file after this; install its contents:
tar xzf data.tar.gz -C /
* Now we need to get a bunch of missing dependencies which we can do with an Ubuntu install disc.
* Download Ubuntu 32-bit CD install image and burn it
* make a couple of directories under /mnt:
mkdir /mnt/tmp
mkdir /mnt/tmp2
* Insert the Ubuntu disc and mount it. You can either let it automount or in my case I did it explicitly:
umount /dev/sr0
mount /dev/sr0 /mnt/tmp
* Go to the "casper" directory on the Ubuntu CD and mount filesystem.squashfs:
mount /mnt/tmp/casper/filesystem.squashfs /mnt/tmp2
cd /usr/local/tonido
* Try to start Tonido with:
./tonido.sh start
* It will fail. To see the missing dependency, use:
cat /tmp/tonido_root.log
You'll see something like:
<pre>
/usr/local/tonido//tonidoconsole: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory</pre>
 * Find the missing dependency in the lib or usr/lib directory of the mounted Ubuntu squashfs. I would typically do something like:{{Code| find /tmp2/lib /tmp2/usr/lib <nowiki>|</nowiki> grep libz.so.1}}*Copy the file you find (and if it is a symlink, the file it links to) to the /usr/local/tonido directory 
Try start Tonido again. Keep doing these last few steps (start, check for failure, copy missing dependencies) until instead of an error in the log you see:
<blockquote>'''Tonido: v2.28.0.13941 Now you can open a browser window and go to http:/'''</localhost:10001 to continue with Tonido. If you have problems with Tonido (e.g. if playing music doesn't work) check the log again for further dependencies (I needed libncurses for example for music playack).blockquote>
* Now you can open a browser window and go to http://localhost:10001 to continue with Tonido. If you have problems with Tonido (e.g. if playing music doesn't work) check the log again for further dependencies (I needed libncurses for example for music playack).* When I was done with this I had added the following libraries to /usr/local/tonido:
<pre>libcrypto.so.0.9.8
libexpat.so.1
libz.so.1
libz.so.1.2.3.4</pre>
 
== Create web-app (OPTIONAL) ==
* Enable Advanced Settings in the Amahi Dashboard (Settings-->Settings)
* Select apps-->web-app
* Create web app named '''tonido'''
* [[Open Terminal as root|As '''root''' user]] do the following:
ll /etc/httpd/conf.d
* Edit the file below based on the previous command:
vi /etc/httpd/conf.d/<nowiki>####</nowiki>-tonido.conf
* Add this after the ServerAlias line and save:
RedirectPermanent / <nowiki>http://localhost:10001</nowiki>
* Restart the web server:
service httpd restart
* You can now access it via http://tonido
 
 
[[Category: apps]]
12,424

edits