temp comit

This commit is contained in:
James 2011-07-18 17:04:46 -04:00
parent a45cc5f29e
commit e19bf33f51
8 changed files with 25 additions and 2 deletions

View file

@ -1,10 +1,15 @@
#!/bin/sh
# Location of pypo_cli.py Python script
virtualenv_bin="/home/james/temp/bin/"
. ${virtualenv_bin}activate
media_monitor_path="/usr/lib/airtime/media-monitor/"
media_monitor_script="MediaMonitor.py"
api_client_path="/usr/lib/airtime/pypo/"
cd ${media_monitor_path}
exec 2>&1

View file

@ -1,4 +1,8 @@
#!/bin/sh
virtualenv_bin="/home/james/temp/bin/"
. ${virtualenv_bin}activate
ls_user="pypo"
export HOME="/var/tmp/airtime/pypo/"
api_client_path="/usr/lib/airtime/pypo/"

View file

@ -1,5 +1,8 @@
#!/bin/sh
virtualenv_bin="/home/james/temp/bin/"
. ${virtualenv_bin}activate
pypo_user="pypo"
# Location of pypo_cli.py Python script

View file

@ -1,5 +1,8 @@
#!/bin/sh
virtualenv_bin="/home/james/temp/bin/"
. ${virtualenv_bin}activate
recorder_user="pypo"