VMWare appliance of Koha 3.0 on Debian
Updated by Marijana Glavica on Mar 1 2:17am
Posted by Marijana Glavica on Sep 9 3:28pm
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
- editirati SIPconfig.xml - u tagu service dodati odgovarajuću IP adresu
- restore LDAP setinga
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
Updated by Marijana Glavica on Oct 27 12:09pm
Posted by Marijana Glavica on Feb 28 4:18pm
|
Weblog Navigation
Loading...
|