<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Taya's weblog</title>
    <link>http://blogs.nemein.com/people/taya/</link>
    <description></description>
            <dc:title>Taya's weblog</dc:title>
    <generator>Midgard Components Framework - de.linkm.newsticker</generator>
    <item>
        <dc:subject>next steps installing midgard on freebsd</dc:subject>
        <title>next steps installing midgard on freebsd</title>
        <link>http://blogs.nemein.com/people/taya/next-steps-installing-midgard-on-freebsd.html</link>
        <guid isPermaLink="true">http://blogs.nemein.com/people/taya/next-steps-installing-midgard-on-freebsd.html</guid>
        <pubDate>Fri, 11 Mar 2005 15:07:27 +0200</pubDate>
                  <author>taya@nemein.com (Tea Kharitonashvili)</author>
                <description>almost done. it
2 march 2005.
download latest version of midgard: 1.6.2


midgard - core:

./configure
make  - failed, and then i used gmake:
gmake
gmake install

in midgard-apache2

./configure
make
make install

in php4

./mkall --with-apxs=/usr/local/apache2/bin/apxs
add line : extension=midgard.so in php.ini file.
stop and start apache

in midgard-data directory:

./configure  --with-apxs=/usr/local/apache2/bin/apxs
./make install





7 march 2005


i installed newer vewersion of dialog.

dialog_1.0-20050206.orig.tar.gz

but still datagard writes that dialog has version 0.3
in /usr/local/share/midgard/datagard/datagard.conf  I changed 
now datagard is running, but it stoppes saying that can't ping.
I made symlink from mysqladmin to      /usr/local/bin/mysqladmin
I also changed in datagard second line - uncomment.
now datagard is ruunning, but when i choose install database, it stopes without giving any errors.




11 march 2005
so dagarad is runing but when i go to screen where it sais instal new database, or new host etc.. whatever i choose, it stopes.
by Piotras advices I did:
1. run make in midgard-data source directory
2. dialog was somewhere gone, so i reinstalled it.
3. now datagard is working!!!!


now other problem, - i reststarted apache, but virtual host is not working.
 ok , lets do chmod first 
 chmod 711 /var/local/cache
 set Apache log level to debug 
 LogLevel debug ( in apache conf file )
 restart apache , request a page and let's see at logs 
 I think we have set correct permissions only 
change extension path in php.ini to usr/local/lib/php/extensions/no-debug-non-zts-20020429/
restart apache
SO i added  (changed * to midgard.convert.ge and restarted apache, and now the domain is working!!
but there is still empty.
in midgard database: update host set name='midgard.convert.ge', port='80';
add in midgard.convert.ge conf file:

    Allow from all

chown -R www:www /var/local/cache/midgard
chown -R www:www /var/local/lib/midgard  


AND it's working!!!!!!

still some components are not working..
14 switch in httpd.conf loglevel tu warn.
15. change in conf file: midgardblobdir to MidgardBlobDir /var/local/lib/midgard/blobs/midgard/ and restart apache

still some problems, as Piotras thinks, it might be some php problems.

you can check it on:
http://midgard.convert.ge
</description>
        <content:encoded><![CDATA[almost done. it
<p>2 march 2005.
download latest version of midgard: 1.6.2</p>

<ol>
<li>midgard - core:
<ul>
<li>./configure</li>
<li>make  - failed, and then i used gmake:</li>
<li>gmake</li>
<li>gmake install</li>
</ul></li>
<li>in midgard-apache2
<ul>
<li>./configure</li>
<li>make</li>
<li>make install</li>
</ul></li>
<li>in php4
<ul>
<li>./mkall --with-apxs=/usr/local/apache2/bin/apxs</li>
<li>add line : extension=midgard.so in php.ini file.</li>
<li>stop and start apache</li>
</ul></li>
<li>in midgard-data directory:
<ul>
<li>./configure  --with-apxs=/usr/local/apache2/bin/apxs</li>
<li>./make install</li>
</ul></li>
</ol>

<hr />

<p>7 march 2005</p>

<ol>
<li>i installed newer vewersion of dialog.
<ul>
<li>dialog_1.0-20050206.orig.tar.gz</li>
</ul></li>
<li>but still datagard writes that dialog has version 0.3</li>
<li>in /usr/local/share/midgard/datagard/datagard.conf  I changed </li>
<li>now datagard is running, but it stoppes saying that can't ping.</li>
<li>I made symlink from mysqladmin to      /usr/local/bin/mysqladmin</li>
<li>I also changed in datagard second line - uncomment.</li>
<li>now datagard is ruunning, but when i choose install database, it stopes without giving any errors.</li>
</ol>

<hr />

<p>11 march 2005
so dagarad is runing but when i go to screen where it sais instal new database, or new host etc.. whatever i choose, it stopes.
by Piotras advices I did:
1. run make in midgard-data source directory
2. dialog was somewhere gone, so i reinstalled it.
3. now datagard is working!!!!</p>

<ol>
<li>now other problem, - i reststarted apache, but virtual host is not working.</li>
<li><p><Piotras> ok , lets do chmod first 
<Piotras> chmod 711 /var/local/cache
<Piotras> set Apache log level to debug 
<Piotras> LogLevel debug ( in apache conf file )
<Piotras> restart apache , request a page and let's see at logs 
<Piotras> I think we have set correct permissions only </p></li>
<li><p>change extension path in php.ini to usr/local/lib/php/extensions/no-debug-non-zts-20020429/</p></li>
<li><p>restart apache</p></li>
<li><p>SO i added <Virtualhost midgard.convert.ge:80> (changed * to midgard.convert.ge and restarted apache, and now the domain is working!!</p></li>
<li><p>but there is still empty.</p></li>
<li><p>in midgard database: update host set name='midgard.convert.ge', port='80';</p></li>
<li><p>add in midgard.convert.ge conf file:
<Directory />
    Allow from all
</Directory></p></li>
<li><p>chown -R www:www /var/local/cache/midgard</p></li>
<li>chown -R www:www /var/local/lib/midgard  </li>
</ol>

<p>AND it's working!!!!!!</p>

<p>still some components are not working..
14 switch in httpd.conf loglevel tu warn.
15. change in conf file: midgardblobdir to MidgardBlobDir /var/local/lib/midgard/blobs/midgard/ and restart apache</p>

<p>still some problems, as Piotras thinks, it might be some php problems.</p>

<p>you can check it on:
<a href="http://midgard.convert.ge">http://midgard.convert.ge</a></p>
]]></content:encoded>
        <category>General</category>
            </item>
    <item>
        <dc:subject>Finaly with new version of Midgard the installation is successful on freebsd</dc:subject>
        <title>Finaly with new version of Midgard the installation is successful on freebsd</title>
        <link>http://blogs.nemein.com/people/taya/finaly-with-new-version-of-midgard-the-installation-is-successful-on-freebsd.html</link>
        <guid isPermaLink="true">http://blogs.nemein.com/people/taya/finaly-with-new-version-of-midgard-the-installation-is-successful-on-freebsd.html</guid>
        <pubDate>Wed, 02 Mar 2005 17:07:06 +0200</pubDate>
                  <author>taya@nemein.com (Tea Kharitonashvili)</author>
                <description>Istallation notes.
But I am not sure of it's installed, and will continue to set up everything in next days.
Here are the notes:
2 march 2005.
download latest version of midgard: 1.6.2

1) midgard - core:
    ./configure
    make  - failed, and then i used gmake:
    gmake
    gmake install
2) in midgard-apache2
    ./configure
    make
    make install
3) in php4
    ./mkall --with-apxs=/usr/local/apache2/bin/apxs
    add line : extension=midgard.so in php.ini file.
    stop and start apache
4) in midgard-data directory:
    ./configure  --with-apxs=/usr/local/apache2/bin/apxs
    ./make install
</description>
        <content:encoded><![CDATA[Istallation notes.
But I am not sure of it's installed, and will continue to set up everything in next days.
<p>Here are the notes:
2 march 2005.
download latest version of midgard: 1.6.2</p>

<p>1) midgard - core:
    ./configure
    make  - failed, and then i used gmake:
    gmake
    gmake install
2) in midgard-apache2
    ./configure
    make
    make install
3) in php4
    ./mkall --with-apxs=/usr/local/apache2/bin/apxs
    add line : extension=midgard.so in php.ini file.
    stop and start apache
4) in midgard-data directory:
    ./configure  --with-apxs=/usr/local/apache2/bin/apxs
    ./make install</p>
]]></content:encoded>
        <category>General</category>
            </item>
    <item>
        <dc:subject>nemein.com georgian translation</dc:subject>
        <title>nemein.com georgian translation</title>
        <link>http://blogs.nemein.com/people/taya/nemein_com_georgian_translation.html</link>
        <guid isPermaLink="true">http://blogs.nemein.com/people/taya/nemein_com_georgian_translation.html</guid>
        <pubDate>Mon, 31 Jan 2005 10:46:53 +0200</pubDate>
                  <author>taya@nemein.com (Tea Kharitonashvili)</author>
                <description>Nemein.com first translations is done using midgard CMS. I will try to correct it next days.
Nemein.com first translations is done using midgard CMS. I will try to correct it next days.
</description>
        <content:encoded><![CDATA[Nemein.com first translations is done using midgard CMS. I will try to correct it next days.
<p>Nemein.com first translations is done using midgard CMS. I will try to correct it next days.</p>
]]></content:encoded>
        <category>General</category>
            </item>
    <item>
        <dc:subject>nemein.ge</dc:subject>
        <title>nemein.ge</title>
        <link>http://blogs.nemein.com/people/taya/nemein_ge.html</link>
        <guid isPermaLink="true">http://blogs.nemein.com/people/taya/nemein_ge.html</guid>
        <pubDate>Thu, 23 Dec 2004 15:21:21 +0200</pubDate>
                  <author>taya@nemein.com (Tea Kharitonashvili)</author>
                <description>domain is registered!!
Now nemein.ge is registered!


</description>
        <content:encoded><![CDATA[domain is registered!!
<p>Now nemein.ge is registered!</p>

<p><p /></p>
]]></content:encoded>
        <category>General</category>
            </item>
    <item>
        <dc:subject>freebsd midgard installation notes</dc:subject>
        <title>freebsd midgard installation notes</title>
        <link>http://blogs.nemein.com/people/taya/freebsd_midgard_installation_notes.html</link>
        <guid isPermaLink="true">http://blogs.nemein.com/people/taya/freebsd_midgard_installation_notes.html</guid>
        <pubDate>Thu, 23 Dec 2004 14:06:25 +0200</pubDate>
                  <author>taya@nemein.com (Tea Kharitonashvili)</author>
                <description>but without success.....
1) install midgard-core 1.1. error, download and install libiconv 1.2. error, explat... I downloaded and installed. 1.3. configure successful, but 'make' with error. 1.4. /usr/ports/devel/gmake  and type make, it will download and install some thiongs. after that &amp;quot;make install&amp;quot; and we have GMAKE. 1.5. after that try again to install midgard-core with gmake: enter midgard-core dir, type  &amp;quot;gmake&amp;quot; then &amp;quot;gmake install&amp;quot; and it's installed!

2) check if everything is okay:  /usr/local/bin/midgard-config --report3) ./configure and make and make install in midgard-apache2 directory.4) no go to midgard-php4 directory and 

5) build/shtool path glibtoolize libtoolize -f -c 6) in midgard-php:::    ./configure --with-apxs --with-apr-config  - but did not work7) cp /usr/local/bin/phpize ./8)./phpize , returned erros. then edit phpize file, add line with 'set -x' after #! /bin/sh line9) run again ./phpize (successfully)10) rm config.h.in 11) phpize12) build/shtool path glibtoolize libtoolize -f -c13) i copied config.guess and config.sub from midgard-core dir, and runned./configure... again. 14)
</description>
        <content:encoded><![CDATA[but without success.....
<p>1) install midgard-core<br /> 1.1. error, download and install libiconv<br /> 1.2. error, explat... I downloaded and installed.<br /> 1.3. configure successful, but 'make' with error.<br /> 1.4. /usr/ports/devel/gmake  and type make, it will download and install some thiongs. after that &quot;make install&quot; and we have GMAKE.<br /> 1.5. after that try again to install midgard-core with gmake: enter midgard-core dir, type  &quot;gmake&quot; then &quot;gmake install&quot; and it's installed!</p>

<p>2) check if everything is okay:  /usr/local/bin/midgard-config --report<br />3) ./configure and make and make install in midgard-apache2 directory.<br />4) no go to midgard-php4 directory and </p>

<p>5) build/shtool path glibtoolize libtoolize -f -c <br />6) in midgard-php:::    ./configure --with-apxs --with-apr-config  - but did not work<br />7) cp /usr/local/bin/phpize ./<br />8)./phpize , returned erros. then edit phpize file, add line with 'set -x' after #! /bin/sh line<br />9) run again ./phpize (successfully)<br />10) rm config.h.in <br />11) phpize<br />12) build/shtool path glibtoolize libtoolize -f -c<br />13) i copied config.guess and config.sub from midgard-core dir, and runned./configure... again. <br />14)</p>
]]></content:encoded>
        <category>General</category>
            </item>
  </channel>
</rss>
