Skip to content

Commit

Permalink
Merge branch '2.5.x-installer' of https://github.com/sourcefabric/Air…
Browse files Browse the repository at this point in the history
…time into 2.5.x-installer
  • Loading branch information
dpsommer committed Mar 18, 2015
2 parents a91656a + 32c7e81 commit 0a3d8ea
Show file tree
Hide file tree
Showing 10 changed files with 473 additions and 848 deletions.
8 changes: 7 additions & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,10 @@ for i in /etc/init/airtime*.template; do
mv $i ${i%.template}
done

#loudCmd "initctl reload-configuration"
set +e
loudCmd "initctl reload-configuration"
loudCmd "systemctl daemon-reload" #systemd hipsters
set -e

if [ ! -d /var/log/airtime ]; then
loud "\n-----------------------------------------------------"
Expand Down Expand Up @@ -504,6 +507,9 @@ loud "\n-----------------------------------------------------"
loud " * Configuring PostgreSQL * "
loud "-----------------------------------------------------"

# Ensure postgres is running - It isn't after you install the postgres package on Ubuntu 15.04
loudCmd "service postgresql start"

setupAirtimePostgresUser() {
# here-doc to execute this block as postgres user
su postgres <<'EOF'
Expand Down
69 changes: 69 additions & 0 deletions installer/lib/requirements-ubuntu-vivid.apt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
apache2
libapache2-mod-php5
php5
libzend-framework-php
php-pear
php5-gd

lsb-release

rabbitmq-server

postgresql
postgresql-client
php5-pgsql

python
python-virtualenv
python-pip

libsoundtouch-ocaml
libtaglib-ocaml
libao-ocaml
libmad-ocaml
ecasound
libportaudio2
libsamplerate0

patch

php5-curl
mpg123

icecast2

libcamomile-ocaml-data
libpulse0
vorbis-tools
lsb-release
lsof
vorbisgain
flac
vorbis-tools
pwgen
libfaad2
php-apc

lame

coreutils

liquidsoap
liquidsoap-plugin-alsa
liquidsoap-plugin-ao
liquidsoap-plugin-faad
liquidsoap-plugin-flac
liquidsoap-plugin-icecast
liquidsoap-plugin-lame
liquidsoap-plugin-mad
liquidsoap-plugin-ogg
liquidsoap-plugin-portaudio
liquidsoap-plugin-pulseaudio
liquidsoap-plugin-taglib
liquidsoap-plugin-voaacenc
liquidsoap-plugin-vorbis

silan
libopus0

sysvinit-utils
13 changes: 0 additions & 13 deletions utils/airtime-check-system

This file was deleted.

270 changes: 0 additions & 270 deletions utils/airtime-check-system.php

This file was deleted.

Loading

0 comments on commit 0a3d8ea

Please sign in to comment.