echo 'deb http://debian.parisson.com/debian/ wheezy main' > /etc/apt/sources.list.d/parisson.list && \
apt-get update && \
apt-get -y --force-yes -t wheezy-backports dist-upgrade && \
- apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples libmysqlclient-dev && \
+ apt-get install -y --force-yes python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-alsa vamp-examples && \
apt-get install -y --force-yes -t wheezy-backports python-yaafe && \
- apt-get install -y --force-yes wget bzip2 build-essential && \
+ apt-get install -y --force-yes wget bzip2 build-essential netcat libmysqlclient-dev && \
apt-get clean
# Install conda in /opt/miniconda
# paths
app='/opt/TimeSide/'
-static=$app'timeside/static/'
+static=$app'timeside/player/static/'
sandbox='/home/sandbox/'
manage=$sandbox'manage.py'
wsgi=$sandbox'wsgi.py'
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': 'mysecretpassword', # Not used with sqlite3.
- 'NAME': 'timeside',
+ 'NAME': 'sandbox',
'HOST': 'db', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with sqlite3.
}
REST_FRAMEWORK = {
}
-
# replace rabbitmq by localhost if you start your app outside docker-compose
BROKER_URL = 'amqp://guest:guest@rabbitmq//'