cBrandon Community

General Category => Linux Fixes => Topic started by: branx86 on September 16, 2015, 12:09:40 PM

Title: Install Tonido
Post by: branx86 on September 16, 2015, 12:09:40 PM
/opt # alien -r TonidoSetup_i686.deb
/opt # mkdir /usr/local/tonido
/opt # cd /usr/local/tonido
/ # rpm2cpio /opt/tonido-2.26.0.13504-2.i386.rpm |cpio -idmv    (run this in the / it will unzip into the correct folders )

make sure tonido is writable then change it later.
To start Server /usr/local/tonido sh tonido.sh start       
or sh tonidostart.sh in KDE,GNOME
to  configure server go to http://127.0.0.1:10001/ui/core/index.html

To make a service cmd
cp /usr/local/tonido/tonido.sh /etc/init.d/tonido.sh
Then use         service tonido.sh start
                         service tonido.sh restart
                        service  tonido.sh stop