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

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

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: Koha]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?koha</link>
<description></description>
<pubDate>Thu, 03 Apr 2008 14:56:00 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[Koha]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?koha</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Install on Debian etch</p>
<p>
Following along instruction about <a target="_blank" title="(external link)" href="http://wiki.koha.org/doku.php?id=debian">Installing on Debian<!-- wiki-renamed-hyperlink "Installing on Debian"<http://wiki.koha.org/doku.php?id=debian> --></a> and taking <a target="_blank" title="(external link)" href="http://wiki.koha.org/doku.php?id=en:development:git_usage">git checkout bits<!-- wiki-renamed-hyperlink "git checkout bits"<http://wiki.koha.org/doku.php?id=en:development:git_usage> --></a></p>
<div class="nlw_phrase"><table class="wafl_container">
  <tr>
    <td>
      <div class="wafl_box">
        
          <div class="wafl_titlebox">
            <div class="wafl_title">
              
                Contents: [Dobrica Pavlinušić's random unstructured stuff]
              
            </div>
          </div>
          <div class="wafl_items">
            
              <div class="wiki">
<ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#install_packages">Dobrica Pavlinušić's random unstructured stuff (install packages)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] install packages} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#checkout_source">Dobrica Pavlinušić's random unstructured stuff (checkout source)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] checkout source} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#koha_ffzg_hr">Dobrica Pavlinušić's random unstructured stuff (koha.ffzg.hr)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] koha.ffzg.hr} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#postgresql">Dobrica Pavlinušić's random unstructured stuff (PostgreSQL)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] PostgreSQL} --></span></li>

<ul>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#create_database">Dobrica Pavlinušić's random unstructured stuff (Create database)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] Create database} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#etc_postgresql_8_3_main_postgresql_conf">Dobrica Pavlinušić's random unstructured stuff (/etc/postgresql/8.3/main/postgresql.conf)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] /etc/postgresql/8.3/main/postgresql.conf} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="https://saturn.ffzg.hr/rot13/index.cgi?dobrica_pavlinu%C5%A1i%C4%87_s_random_unstructured_stuff#etc_postgresql_8_3_main_pg_hba_conf">Dobrica Pavlinušić's random unstructured stuff (/etc/postgresql/8.3/main/pg_hba.conf)</a><!-- wiki: {link: [Dobrica Pavlinušić's random unstructured stuff] /etc/postgresql/8.3/main/pg_hba.conf} --></span></li>
</ul></ul>
</div>

            
            
          </div>
        
      </div>
    </td>
  </tr>
</table>
<!-- wiki: {toc: }
--></div><br /><br /><h1 id="install_packages">install packages</h1>
<pre>
apt-get install git-core
</pre>
<br /><h1 id="checkout_source">checkout source</h1>
<pre>
cd /srv
git clone git://git.koha.org/pub/scm/koha.git koha
</pre>
<br /><p>
and follow <tt>/srv/koha/INSTALL.debian</tt> which is more correct than other instruction on web.</p>
<h1 id="koha_ffzg_hr">koha.ffzg.hr</h1>
<pre>
./vz-create.pl --dist=lenny koha.ffzg.hr

</pre>
<br /><h1 id="postgresql">PostgreSQL</h1>
<p>
Here is some specific tuning to make Koha work with PostgreSQL:</p>
<h2 id="create_database">Create database</h2>
<pre>
sudo -u postgres createdb --owner=kohaadmin --encoding=utf-8 koha
sudo -u postgres createlang plpgsql koha
</pre>
<br /><h2 id="etc_postgresql_8_3_main_postgresql_conf">/etc/postgresql/8.3/main/postgresql.conf</h2>
<pre>
client_min_messages = error
</pre>
<br /><h2 id="etc_postgresql_8_3_main_pg_hba_conf">/etc/postgresql/8.3/main/pg_hba.conf</h2>
<pre>
local   all         all                               trust
host    all         all         127.0.0.1/32          trust
</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?koha</guid>
<pubDate>Thu, 03 Apr 2008 14:56:00 -0000</pubDate>
</item>
</channel>
</rss>