User Tools

Site Tools


informatica:linux:radio:airtime:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:radio:airtime:docker [2022/02/22 20:26] joseinformatica:linux:radio:airtime:docker [2022/02/23 11:24] (current) jose
Line 1: Line 1:
-apt-get install wget gdebi+https://www.sourcefabric.org/software/airtime
  
-************************* +<code> 
-docker run -p 80:80 -p 443:443 -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -it ubuntu:14.04+docker run --cap-add=ALL -p 8000:8000 -p 8001:8001 -p 80:80 -p 443:443 -e LANG=en_US.UTF-8 -e LC_ALL=en_US.UTF-8 --hostname=radio.iwanttobefreak.com --name radio2 -it ubuntu:14.04 
 + 
 + 
 +locale-gen en_US.UTF-8 
 +update-locale LANG=en_US.UTF-8 
 + 
 +rm /etc/localtime 
 +ln -s /usr/share 
 +ln -s /usr/share/zoneinfo/Europe/Madrid /etc/localtime 
  
 apt-get update apt-get update
-apt-get install wget gdebi dialog apt-utils+apt-get install -y wget gdebi dialog apt-utils python-virtualenv python-configobj
  
 wget http://apt.sourcefabric.org/misc/airtime-easy-setup.deb wget http://apt.sourcefabric.org/misc/airtime-easy-setup.deb
Line 11: Line 19:
  
 apt-get update  apt-get update 
-apt-get install airtime+apt-get install -y airtime 
 + 
 +/etc/init.d/postgresql start 
 +/etc/init.d/icecast2 start 
 +/etc/init.d/rabbitmq-server start 
 +apache2ctl start 
 + 
 +/var/lib/airtime/tmp/install_minimal/airtime-install -d 
 + 
 +/etc/init.d/airtime-liquidsoap start-with-monit 
 +/etc/init.d/airtime-media-monitor start 
 +/etc/init.d/airtime-playout start  
 + 
 +</code> 
 + 
 +====== LOGS ======
  
 +<code>
  
 +</code>
informatica/linux/radio/airtime/docker.1645561595.txt.gz · Last modified: 2022/02/22 20:26 by jose