News:

The Latest electronic and computer Tips that work!

Main Menu

Install Tonido

Started by branx86, September 16, 2015, 12:09:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

/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