view deploy.sh @ 160:ff48d544bfdd default tip

gallery: replaced <video> tag by <img> for videos thumbnails
author Goffi <goffi@goffi.org>
date Sun, 23 Sep 2018 16:41:30 +0200
parents 87382593e514
children
line wrap: on
line source

#!/bin/bash

hg pull -u
#chown -R www-data:www-data .
mkdir -p static
./manage.py collectstatic
./manage.py compilemessages
./manage.py migrate
/etc/init.d/apache2 reload