domingo, 25 de marzo de 2018

Tonido en Ubuntu 16.04/Linux Mint 18.3

Para instalar Tonido Server :

Descargar Tonido de aquí :

https://www.tonido.com/tonidodesktop_downloads/#desktop

#sudo aptitude update && sudo aptitude upgrade –y

#sudo shutdown now –r

#sudo aptitude install libjpeg8 libfontconfig1

#sudo mkdir /usr/local/tonido

#cd /usr/local/tonido

#sudo wget http://www.tonido.com/download.php?tonido64.tar.gz

ó

#sudo mv /home/usuario/Descargas/tonido64.tar.gz tonido.tar.gz

#sudo tar –zxvf tonido.tar.gz

sudo nano /etc/rc.local

/usr/local/tonido/tonido.sh start

Quedaría así :
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/usr/local/tonido/tonido.sh start

exit 0

#sudo tonido.sh start
En el navegador : xxx.xxx.xxx.xxx:10001