To make updates on github live the current process is: ``` make stop git pull make run ``` add `make update` that does a backup of the database before the `git pull`. Overlaps with #88, might want to use same backup script for both.
To make updates on github live the current process is:
add
make updatethat does a backup of the database before thegit pull.Overlaps with #88, might want to use same backup script for both.