<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Blooki/0.4803" -->
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/"
>

<channel rdf:about="http://blooki.org/install.rdf/">
  <title>Blooki</title>
  <link>http://blooki.org/install.rdf/</link>
  <description>Grow what you know</description>
  <dc:language>en</dc:language>
  <dc:creator>Paul Kulchenko</dc:creator>
  <dc:date>2004-09-28T05:12:41Z</dc:date>
  <admin:generatorAgent rdf:resource="http://www.blooki.org/" />

  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="install"/>
    </rdf:Seq>
  </items>
</channel>


  <item rdf:about="http://blooki.org/install.rdf/install">
    <title>Installation</title>
    <link>http://blooki.org/install.rdf/install</link>
    <description>&lt;p&gt;Blooki runs just anywhere where Perl runs. If you plan to run Blooki as a standalone server, there is nothing to install. Assuming &lt;code&gt;blooki-app&lt;/code&gt; is a current directory, the server can be started by running the following command: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  &amp;gt; perl blooki.pl --port 81 &lt;/code&gt;&lt;/pre&gt;



&lt;p&gt;Alternatively, if you have perl associated with .pl extension you should be able to just double click on blooki.pl file to start blooki daemon server. The server will use port 80 by default.&lt;br /&gt;
  &lt;br /&gt;
To install Blooki to use it with your webserver as &lt;span class="caps"&gt;CGI&lt;/span&gt;/mod_perl script type the following:&lt;/p&gt;



&lt;pre&gt;&lt;code&gt;  &amp;gt; perl Makefile.PL
  &amp;gt; make
  &amp;gt; make test
  &amp;gt; make install
&lt;/code&gt;&lt;/pre&gt;



&lt;p&gt;This will:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Detect whether you have a webserver available to set proper default values&lt;/li&gt;
&lt;li&gt;Create Blooki configuration file populated with the values you enter&lt;/li&gt;
&lt;li&gt;Create .htaccess file(s) that match your configuration, and&lt;/li&gt;
&lt;li&gt;Copy all application and configuration files into proper locations.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Users on Windows platform may try &lt;code&gt;nmake&lt;/code&gt; instead of &lt;code&gt;make&lt;/code&gt;. If no &lt;code&gt;make&lt;/code&gt; is available, then &lt;code&gt;Makefile.PL&lt;/code&gt; can be run with &lt;code&gt;--nomake&lt;/code&gt; option that will also install necessary files: &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  &amp;gt; perl Makefile.PL --nomake &lt;/code&gt;&lt;/pre&gt;



&lt;p&gt;You can still run tests using &lt;code&gt;perl test.pl&lt;/code&gt; command. &lt;/p&gt;

&lt;p&gt;The script will also detect whether you have mod_rewrite and mod_perl extensions available and will generate necessary configuration files based on information you provide.&lt;/p&gt;

&lt;p&gt;Although webserver detection in the installation script currently works only for Apache server, the way package and configuration files are organized should allow you to run Blooki with any other webserver with minimum or no changes.&lt;/p&gt;</description>
    <dc:subject></dc:subject>
    <dc:date>2004-09-28T05:12:41Z</dc:date>
  </item>


</rdf:RDF>
