|
KOHA
Instalacija i nadogradnja: Revision 8
u /srv/koha direktoriju
$ git pull 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 modulapr. Test::More
$ apt-get install libtest-more-perl Nakon nadogradnje na produkciji
How to Reset the Koha 3 Databasehttp://wiki.koha.org/doku.php?id=resetdatabasekoha3 Tutorial for Updating Database Fileshttp://wiki.koha.org/doku.php?id=en:documentation:tutorials:dbupdatetutorial |