Monday, November 22, 2010

How to upgrade Koha from git repository

cd /your path/kohaclone

git pull

If you are upgrading from a previous installation of Koha 3, you can
use the following:

perl Makefile.PL --prev-install-log /path/to/koha-install-log
make
make test
sudo make upgrade

No comments: