From daf079e9ab348533c7070e25aabefa95206960d1 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 30 Sep 2011 08:31:13 +0000 Subject: [PATCH] Small documentation update git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@380 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1 --- INSTALL | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 870d2b4a..511ed443 100644 --- a/INSTALL +++ b/INSTALL @@ -144,6 +144,12 @@ directory: sudo bash extras/post-upgrade If you installed Mutalyzer in a development environment, you don't have to -do anything to upgrade except for running the automated migration scripts: +do anything usually, except for the following situations. + +* If the database has changed, run: for M in extras/migrations/*.migration; do sudo $M migrate; done + +* If the Mutalyzer version has changed, run: + + sudo python setup.py develop -- GitLab