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

Next revision
Previous revision
informatica:linux:radio:airtime:docker [2022/02/22 19:19] – created 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 -ti debian:+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
-update-locale LANG=en_US.UTF-8+
  
-apt-get update 
-apt-get install wget gdebi dialog apt-utils 
-apt-get install locales 
  
 locale-gen en_US.UTF-8 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 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 16: Line 19:
  
 apt-get update  apt-get update 
-apt-get install airtime+apt-get install -y airtime
  
-root@radio:~# apt-get install airtime +/etc/init.d/postgresql start 
-Reading package lists... Done +/etc/init.d/icecast2 start 
-Building dependency tree        +/etc/init.d/rabbitmq-server start 
-Reading state information... Done +apache2ctl start
-Package airtime is not available, but is referred to by another package+
-This may mean that the package is missing, has been obsoleted, or +
-is only available from another source+
  
-E: Package 'airtime' has no installation candidate +/var/lib/airtime/tmp/install_minimal/airtime-install -d
-root@radio:~# apt-cache search airtime+
  
 +/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>
-ubuntu:14.04 +
- +
-apt-get update  +
-apt-get install git apt-utils python-configobj +
-git clone https://github.com/sourcefabric/Airtime.git +
-cd Airtime +
-pip install pyinotify pytz PyDispatcher poster +
- +
-./install+
informatica/linux/radio/airtime/docker.1645557591.txt.gz · Last modified: 2022/02/22 19:19 by jose