Added virtualenv back into install process

This commit is contained in:
Duncan Sommerville 2015-01-05 16:41:03 -05:00
parent bbc095f534
commit f4c5cf1353
2072 changed files with 7 additions and 8 deletions

0
python_apps/api_clients/__init__.py Normal file → Executable file
View file

0
python_apps/api_clients/api_client.py Normal file → Executable file
View file

0
python_apps/api_clients/tests/__init__.py Normal file → Executable file
View file

0
python_apps/api_clients/tests/test_apcurl.py Normal file → Executable file
View file

0
python_apps/api_clients/tests/test_apirequest.py Normal file → Executable file
View file

0
python_apps/api_clients/tests/test_requestprovider.py Normal file → Executable file
View file

0
python_apps/icecast2/airtime-icecast-status.xsl Normal file → Executable file
View file

0
python_apps/icecast2/install/icecast2-install.py Normal file → Executable file
View file

View file

View file

0
python_apps/media-monitor/media-monitor/logging.cfg Normal file → Executable file
View file

View file

0
python_apps/media-monitor/media-monitor/mm1.py Normal file → Executable file
View file

0
python_apps/media-monitor/media-monitor2/__init__.py Normal file → Executable file
View file

0
python_apps/media-monitor/media-monitor2/baby.py Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
python_apps/media-monitor/media-monitor2/mm2.py Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
python_apps/media-monitor/setup.py Normal file → Executable file
View file

View file

@ -3,13 +3,6 @@
virtualenv_bin="/usr/lib/airtime/airtime_virtualenv/bin/"
. ${virtualenv_bin}activate
# Absolute path to this script
SCRIPT=`readlink -f $0`
# Absolute directory this script is in
pypo_path=`dirname $SCRIPT`
cd ${pypo_path}
set +e
cat /etc/default/locale | grep -i "LANG=.*UTF-\?8" > /dev/null
set -e
@ -23,4 +16,4 @@ export PYTHONPATH=/usr/lib/airtime/:$PYTHONPATH
export LC_ALL=`cat /etc/default/locale | grep "LANG=" | cut -d= -f2 | tr -d "\n\""`
export TERM=xterm
exec python ${pypo_path}/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1
exec python /usr/lib/airtime/pypo/bin/pypocli.py > /var/log/airtime/pypo/py-interpreter.log 2>&1

0
python_apps/pypo/install/airtime-liquidsoap.conf Normal file → Executable file
View file

0
python_apps/pypo/install/airtime-playout.conf Normal file → Executable file
View file

0
python_apps/pypo/pypo/AUTHORS Normal file → Executable file
View file

0
python_apps/pypo/pypo/LICENSE Normal file → Executable file
View file

0
python_apps/pypo/pypo/__init__.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/eventtypes.py Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/aac.liq Normal file → Executable file
View file

0
python_apps/pypo/pypo/liquidsoap_scripts/aacplus.liq Normal file → Executable file
View file

View file

0
python_apps/pypo/pypo/liquidsoap_scripts/fdkaac.liq Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

Some files were not shown because too many files have changed in this diff Show more