add python-geven dependency, install nginx vhost

This commit is contained in:
Benjamin Dauvergne 2013-11-14 12:31:34 +01:00
parent 83e92f8e85
commit 8c0b1642b4
4 changed files with 10 additions and 2 deletions

View File

@ -4,3 +4,4 @@
/usr/share/pyshared/amue/*
/usr/lib/amue-authentic2/*
/etc/supervisor/conf.d/*
/etc/nginx/sites-available/*

View File

@ -39,7 +39,7 @@ case "$1" in
configure)
echo Updating static files...
/usr/lib/amue-authentic2/manage.sh collectstatic --noinput
if [ -e /etc/nginx/sites-enabled/idp.amue.fr ]; then
if [ ! -e /etc/nginx/sites-enabled/idp.amue.fr ]; then
echo Installed nginx virtualhost...
ln -s /etc/nginx/sites-availables/idp.amue.fr /etc/nginx/sites-enabled/
invoke-rc.d nginx reload

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
amue-authentic2 (0.4) stable; urgency=low
* Add python-gevent to dependencies
* Add nginx virtualhost
-- Benjamin Dauvergne <bdauvergne@dor-lomin.entrouvert.com> Thu, 14 Nov 2013 12:27:24 +0100
amue-authentic2 (0.3) stable; urgency=low
* Add python-psycopg2 to dependencies

2
debian/control vendored
View File

@ -11,7 +11,7 @@ Package: amue-authentic2
Architecture: all
Depends: ${misc:Depends}, python-authentic2,
dbconfig-common, nginx, gunicorn, supervisor, ${python:Depends},
python-memcache, python-psycopg2
python-memcache, python-psycopg2, python-gevent
Recommends: postgresql-client
Description: AMUE settings for the Authentic2 identity server
Gather all needed settings for using Authentic2 at AMUE