Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_b
ug.cgi?id=1956
------- Additional Comments From pav5088 internode.on.net 2008-02-29 11:48 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.8.1.12) Gecko/20080129
Iceweasel/2.0.0.12 (Debian-2.0.0.12-0etch1)
Description of problem:
Installation of OpenGroupware is an involved process.
Attached are scripts
for installing nightly debs under Debian Etch.
Version-Release number of selected component (if
applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Additional info:
------- Additional Comments From pav5088 internode.on.net 2008-02-29 11:52 -------
Created an attachment (id=604)
--> (http://bugzilla.opengroupware.or
g/bugzilla/attachment.cgi?id=604&action=view)
A script for installing OGo from nightly debs
This script does the following :
Prepare Package System
Edit /etc/apt/sources.list and add the following line :
deb http://download.opengroupware.org/nightly/packages/debi
an etch trunk
...then execute the following :
apt-get update
Install and Setup Postgresql 8.1 + Apache2
**Note : don't use dselect. Obsolete versions of Apache and
Postgresql will be
automatically installed if dselect is used to automatically
resolve
dependancies.
apt-get install postgresql-8.1 apache2
** Enable apache2 rewrite and include modules :
a2enmod rewrite
a2enmod include
...or you can do it the longhanded way :
ln -s /etc/apache2/mods-available/rewrite.load
/etc/apache2/mods-enabled/rewrite.load
ln -s /etc/apache2/mods-available/include.load
/etc/apache2/mods-enabled/include.load
Install and Setup OpenGroupware
apt-get install opengroupware.org libapache2-mod-ngobjweb
opengroupware.org-environment
? - use these : opengroupware.org-skyaptnotify
opengroupware.org-webmail-tools
Skyaptnotify is a little program which reminds
OpenGroupware.org users via
mail of upcoming appointments.
Webmail-tools contains some tools that enhance the
webmailing component of
OpenGroupware.org. In particular, the following tools are
part of the package:
* sky_send_bulk_messages:
Required for mailing lists in the OpenGroupware.org
webmailer.
* sky_install_sieve:
Required for installing Sieve filters from the
OpenGroupware.org webmailer.
The filters are stored in an internal format in
OpenGroupware.org and
sky_install_sieve is invoked to convert that into Sieve
and transfer it to
the server.
* ogo-instfilter-procmail:
Same as sky_install_sieve but for procmail.
** apache2: Syntax error on line 195 of
/etc/apache2/apache2.conf: Could not
open configuration file
/etc/apache2/conf.d/opengroupware.org-resources-1.1
seems to work after apt-get complete
** opengroupware.org-environment :
Adding user and group ogo... done
Set up application defaults... done
Set up local database... Shall the new role be allowed to
create more new
roles? (y/n) – Y (what are the implications of this????)
** Enable automatic loading of opengroupware on reboot by
linking
/etc/init.d/opengroupware.org to run in various runlevels:
ln -s /etc/init.d/opengroupware.org
/etc/rc2.d/S92opengroupware.org
ln -s /etc/init.d/opengroupware.org
/etc/rc3.d/S92opengroupware.org
ln -s /etc/init.d/opengroupware.org
/etc/rc4.d/S92opengroupware.org
ln -s /etc/init.d/opengroupware.org
/etc/rc5.d/S92opengroupware.org
....
...then restart apache...
/etc/init.d/apache2 restart
...and restart opengroupware...
/etc/init.d/opengroupware.org restart
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone
who is.
--
OpenGroupware.org Documentation
documentation opengroupware.org
http://mail.opengroupware.org/mailman/listinfo/docum
entation
|