Skip to content

Commit

Permalink
Merge pull request #1362 from lonnen/897351-update-socorro
Browse files Browse the repository at this point in the history
bug 897351 - update-socorro script to include updating django
  • Loading branch information
lonnen committed Jul 25, 2013
2 parents ccb7862 + 3a70c3c commit 033715f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update-socorro.sh
Expand Up @@ -59,6 +59,10 @@ fatal $? "could not backup old Socorro build"
mv ${TMP}/socorro/ /data/
fatal $? "could not install new Socorro build"

# setup django and copy settings
cp /etc/socorro/web/local.py /data/socorro/webapp-django/crashstats/settings/local.py
python /data/socorro/webapp-django/manage.py syncdb

if [ -f /etc/socorro/mware.htpasswd ]
then
rsync /etc/socorro/mware.htpasswd /data/socorro/application/.htpasswd
Expand Down

0 comments on commit 033715f

Please sign in to comment.