Instalacija i nadogradnja


u /srv/koha direktoriju

$ git pull
$ perl Makefile.PL
$ make
$ make test
$ sudo make install
$ git log

Git

Korisne git komande

$ git diff --cached # difference between HEAD and the index; what
                    # would be committed if you ran "commit" now.
$ git diff          # difference between the index file and your
                    # working directory; changes that would not
                    # be included if you ran "commit" now.
$ git diff HEAD     # difference between HEAD and working tree; what
                    # would be committed if you ran "commit -a" now.
$ git status        # a brief per-file summary of the above.

Instalacija perl modula

pr. Test::More

$ apt-get install libtest-more-perl
ili
$ sudo cpan Test::More

Nakon nadogradnje na produkciji

How to Reset the Koha 3 Database

http://wiki.koha.org/doku.php?id=resetdatabasekoha3

Tutorial for Updating Database Files

http://wiki.koha.org/doku.php?id=en:documentation:tutorials:dbupdatetutorial