update.sh 108 Bytes
Newer Older
Alan Mitchell's avatar
Alan Mitchell committed
1 2 3 4 5 6
#!/bin/sh
../apache2/bin/stop
git pull
./manage.py migrate
./manage.py collectstatic
../apache2/bin/restart