<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[KOHA: instalacija]]></title>
<link>https://saturn.ffzg.hr/koha/index.cgi?action=weblog_display;category=instalacija</link>
<description></description>
<pubDate>Mon, 01 Mar 2010 10:17:55 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[VMWare appliance of Koha 3.0 on Debian]]></title>
<link>https://saturn.ffzg.hr/koha/index.cgi?vmware_appliance_of_koha_3_0_on_debian</link>
<description><![CDATA[<div>Creator: Marijana Glavica</div><hr/><div>Tags: instalacija, VMWare</div><hr/><div class="wiki">
<p>
<a target="_blank" title="(external link)" href="http://contribs.koha.org/extensions.php?category=9">http://contribs.koha.org/extensions.php?category=9</a></p>
<p>
created by Kyle Hall, <a target="_blank" title="(external link)" href="http://www.kylehall.info">http://www.kylehall.info</a></p>
</div>
]]></description>
<author>Marijana Glavica</author>
<category>instalacija, VMWare</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/koha/index.cgi?vmware_appliance_of_koha_3_0_on_debian</guid>
<pubDate>Mon, 01 Mar 2010 10:17:55 -0000</pubDate>
</item>
<item>
<title><![CDATA[Instalacija i nadogradnja]]></title>
<link>https://saturn.ffzg.hr/koha/index.cgi?instalacija_i_nadogradnja</link>
<description><![CDATA[<div>Creator: Marijana Glavica</div><hr/><div>Tags: instalacija, sysadmin</div><hr/><div class="wiki">
<p>
u <tt>/srv/koha</tt> direktoriju</p>
<p>
$ git pull<br />
$ perl Makefile.PL<br />
$ make<br />
$ make test<br />
$ sudo make install<br />
$ git log</p>
<h1 id="git">Git</h1>
<ul>
<li><strong>Pro Git Book:</strong> <a target="_blank" title="(external link)" href="http://progit.org/book/">http://progit.org/book/</a></li>
<li><strong>GitCasts:</strong> <a target="_blank" title="(external link)" href="http://gitcasts.com/">http://gitcasts.com/</a></li>
</ul>
<p>
<strong>Korisne git komande</strong></p>
<pre>
$ git diff --cached # difference between HEAD and the index; what
                    # would be committed if you ran &quot;commit&quot; now.
$ git diff          # difference between the index file and your
                    # working directory; changes that would not
                    # be included if you ran &quot;commit&quot; now.
$ git diff HEAD     # difference between HEAD and working tree; what
                    # would be committed if you ran &quot;commit -a&quot; now.
$ git status        # a brief per-file summary of the above.
</pre>
<br /><h1 id="instalacija_perl_modula">Instalacija perl modula</h1>
<p>
pr. Test::More</p>
<p>
$ apt-get install libtest-more-perl<br />
ili<br />
$ sudo cpan Test::More</p>
<h1 id="nakon_nadogradnje_na_produkciji">Nakon nadogradnje na produkciji</h1>
<ul>
<li>editirati <tt>SIPconfig.xml</tt> - u tagu service dodati odgovarajuću IP adresu</li>
<li>restore LDAP setinga</li>
</ul>
<h1 id="how_to_reset_the_koha_3_database">How to Reset the Koha 3 Database</h1>
<p>
<a target="_blank" title="(external link)" href="http://wiki.koha.org/doku.php?id=resetdatabasekoha3">http://wiki.koha.org/doku.php?id=resetdatabasekoha3</a></p>
<h1 id="tutorial_for_updating_database_files">Tutorial for Updating Database Files</h1>
<p>
<a target="_blank" title="(external link)" href="http://wiki.koha.org/doku.php?id=en:documentation:tutorials:dbupdatetutorial">http://wiki.koha.org/doku.php?id=en:documentation:tutorials:dbupdatetutorial</a></p>
</div>
]]></description>
<author>Marijana Glavica</author>
<category>instalacija, sysadmin</category>
<guid isPermaLink="true">https://saturn.ffzg.hr/koha/index.cgi?instalacija_i_nadogradnja</guid>
<pubDate>Tue, 27 Oct 2009 20:09:17 -0000</pubDate>
</item>
</channel>
</rss>