need to enable the apache ssl module
[myslice.git] / debian / unfold.postinst
index 2fe651c..f307b31 100644 (file)
@@ -4,8 +4,11 @@
 [ -d /var/unfold ] || mkdir /var/unfold
 chown -R www-data.www-data /var/unfold
 chmod -R 700 /var/unfold
+# upgrading end
 /usr/share/unfold/manage.py syncdb
 /usr/share/unfold/manage.py migrate
+# enable required stuff
+a2enmod ssl
 a2dissite default
 a2ensite unfold.conf
 service apache2 restart