[OGo-Users] Install Question

brian Austin users@opengroupware.org
Thu, 26 Apr 2007 09:19:33 +1000


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ogo-create-instance doesnt install/run.<br>
also you'll find ogo-webui is not in the init.d &amp; rc5.d folders etc<br>
<br>
<p>some or all of the following is required...<br>
</p>
<p>wget <a
 href="http://http.us.debian.org/debian/pool/main/r/readline4/libreadline4_4.3-11_i386.deb">http://http.us.debian.org/debian/pool/main/r/readline4/libreadline4_4.3-11_i386.deb</a><br>
wget <a
 href="http://http.us.debian.org/debian/pool/main/p/pilot-link/libpisock8_0.11.8-10_i386.deb">http://http.us.debian.org/debian/pool/main/p/pilot-link/libpisock8_0.11.8-10_i386.deb</a><br>
wget <a
 href="http://security.debian.org/debian-security/pool/updates/main/p/postgresql/libpq3_7.4.7-6sarge4_i386.deb">http://security.debian.org/debian-security/pool/updates/main/p/postgresql/libpq3_7.4.7-6sarge4_i386.deb</a><br>
</p>
<p>dpkg -i libreadline4_4.3-11_i386.deb<br>
dpkg -i libpisock8_0.11.8-10_i386.deb <br>
dpkg -i libpq3_7.4.7-6sarge4_i386.deb<br>
</p>
<p>apt-get install postgresql libapache-mod-ngobjweb <br>
</p>
<p>apt-get install opengroupware.org1.1*<br>
</p>
<p> apt-get install libfoundation-tools<br>
</p>
<p>apt-get install daemon
</p>
<p>hacks to fix up the broken install
</p>
<p>1. get the create instance script, run it.<br>
wget <a
 href="http://svn.opengroupware.org/viewcvs/*checkout*/releases/1.1.6-yummy/debian/ogo-create-instance?rev=1759">http://svn.opengroupware.org/viewcvs/*checkout*/releases/1.1.6-yummy/debian/ogo-create-instance?rev=1759</a><br>
chmod 700 ogo-create-instance?rev=1759<br>
./ogo-create-instance?rev=1759
</p>
<p>2. get the /etc/init.d/opengroupware file<br>
wget <a
 href="http://svn.opengroupware.org/viewcvs/*checkout*/releases/1.1.6-yummy/debian/opengroupware.org-environment.opengroupware.org?rev=1759">http://svn.opengroupware.org/viewcvs/*checkout*/releases/1.1.6-yummy/debian/opengroupware.org-environment.opengroupware.org?rev=1759</a><br>
mv opengroupware.org-environment.opengroupware.org\?rev\=1759
opengroupware<br>
chmod 700 opengroupware <br>
mv opengroupware /etc/init.d/ </p>
<p>cd /etc/rc2.d<br>
ln -s ../init.d/opengroupware S92opengroupware<br>
cd ../rc3.d/<br>
ln -s ../init.d/opengroupware S92opengroupware<br>
cd ../rc4.d/<br>
ln -s ../init.d/opengroupware S92opengroupware<br>
cd ../rc5.d/<br>
ln -s ../init.d/opengroupware S92opengroupware
</p>
<h3><a name="Configure_postgress_to_allow_acc"></a> Configure postgress
to allow access to database. </h3>
<p>
need to allow local machine access to postgress
</p>
<br>
<br>
-----Original Message -----<br>
&nbsp;From: Scott Martin<br>
&nbsp;Sent: 26/04/2007 6:00 AM <br>
<blockquote cite="mid:462FB36A.20102@steamvalve.com" type="cite">
  <pre wrap="">
Adam Tauno Williams wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Running Debian Sid, I have downloaded and installed OpenGroupware. Can't
seem to get page to load in browser, I get internal server error
I am new at this but it appears ogo-webui is not running.
      </pre>
    </blockquote>
    <pre wrap="">Did you start the Web UI daemon?

On openSUSE you do a "rcogo-webui start" [as root]  and a "chkconfig
ogo-webui on" to have it start at boot.

I assume Debian has some equivalent.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

I think that a few packages are broken in the Debian Sid release.
  </pre>
</blockquote>
</body>
</html>