Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml,v
diff -u -r1.7.2.1 -r1.7.2.2
--- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml 19 Nov 2003 14:35:15 -0000 1.7.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml 29 Nov 2003 15:17:54 -0000 1.7.2.2
@@ -18,8 +18,8 @@
database scripts are database-specific and are thus in either
the myfirstpackage/sql/oracle or
myfirstpackage/sql/postgresql.
- Packages can support Oracle, PostGreSQL, or both. In this
- tutorial, we'll work only with PostGreSQL
+ Packages can support Oracle, PostgreSQL, or both. In this
+ tutorial, we'll work only with PostgreSQL
The first file will be
myfirstpackage-create.sql. The
package manager requires a file with the name
Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml,v
diff -u -r1.4.2.2 -r1.4.2.3
--- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml 21 Nov 2003 11:13:17 -0000 1.4.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml 29 Nov 2003 15:17:54 -0000 1.4.2.3
@@ -42,7 +42,7 @@
NOTE: explain how to add tcl to directly write your own
log output
- To set up real-time monitoring of the Aolserver error
+ To set up real-time monitoring of the AOLserver error
log, typeless /usr/local/aolserver/log/openacs-dev-error.logF to show new log entries in real time (like tail -f)
C-c to stop and F to start it up again.
Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml,v
diff -u -r1.5.2.1 -r1.5.2.2
--- openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 17 Nov 2003 16:38:10 -0000 1.5.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml 29 Nov 2003 15:17:54 -0000 1.5.2.2
@@ -46,8 +46,8 @@
basic infrastructure?
To use the Open Architecture Community System, you need a computer with Unix or
-Linux, Oracle or PostgreSQL (currently), AOLServer and the Oracle or
-PostgreSQL driver for AOLServer installed.
+Linux, Oracle or PostgreSQL (currently), AOLserver and the Oracle or
+PostgreSQL driver for AOLserver installed. We have written an installation guide to
aid you in the process. It takes you through the detailed steps necessary to
@@ -62,7 +62,7 @@
-I have a machine with Unix/Linux, Oracle or PostgreSQL and AOLServer installed. How do
+I have a machine with Unix/Linux, Oracle or PostgreSQL and AOLserver installed. How do
I install the Open Architecture Community System?We strongly recommend that you thoroughly examine the step-by-step OpenACS
@@ -208,7 +208,7 @@
-AOLServer
+AOLserver
Documentation
@@ -130,7 +130,7 @@
chmod 750 nsd-oracle
- PostGreSQL
+ PostgreSQL[root@yourserver aolserver]# cd /usr/local/aolserver/bin
[root@yourserver bin]# cp /tmp/&tarballpath;/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
[root@yourserver bin]# chmod 755 nsd-postgres
Fisheye: Tag 1.7.2.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-core-docs/www/xml/install-guide/compatibility.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml,v
diff -u -r1.2.2.1 -r1.2.2.2
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 19 Nov 2003 14:35:15 -0000 1.2.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 29 Nov 2003 15:17:54 -0000 1.2.2.2
@@ -6,7 +6,7 @@
- Running a PostGreSQL database on another server
+ Running a PostgreSQL database on another serverTo run a database on a different machine than the
webserver requires changes to the database configuration file
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml,v
diff -u -r1.5.2.2 -r1.5.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 19 Nov 2003 14:35:15 -0000 1.5.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 29 Nov 2003 15:17:54 -0000 1.5.2.3
@@ -13,8 +13,8 @@
Maintenance tasks, optional software, and alternate configurations for AOLserver.
-
- Keep AOLServer Alive
+
+ Keep AOLserver AliveAssuming AOLserver started cleanly in the previous step, we'll set it up so that it's always running, and automatically restarts whenever it dies or is stopped. This step is strongly recommended, even for development sites, because it makes install and maintenance much simpler.
@@ -88,7 +88,7 @@
Install a script to automate the stopping and starting
- of aolserver services via daemontools. You can then restart a service via restart-aolserver service0
+ of AOLserver services via daemontools. You can then restart a service via restart-aolserver service0[root@yourserver root]# cp /var/lib/aolserver/service0/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt /usr/local/bin/restart-aolserver
[root@yourserver root]# chmod 755 /usr/local/bin/restart-aolserver
[root@yourserver root]#
@@ -106,7 +106,7 @@
Most of this information comes from Tom Jackson's AOLServer+Daemontools
+ url="http://zmbh.com/daemontools-aolserver/aolserver+daemontools.html">AOLserver+Daemontools
Mini-HOWTO.
@@ -316,7 +316,7 @@
Installing SSL Support
- nsopenssl is an open-sounce module for Aolserver which
+ nsopenssl is an open-sounce module for AOLserver which
adds support for the ssl encryption layer. To use it, you
must install the software, create or purchase certificates,
and configure your OpenACS instance to use it.
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v
diff -u -r1.15.2.3 -r1.15.2.4
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 19 Nov 2003 14:35:15 -0000 1.15.2.3
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 29 Nov 2003 15:17:54 -0000 1.15.2.4
@@ -324,9 +324,9 @@
- PostGreSQL:
+ PostgreSQL:Create a user in the database matching the service
- name. With default PostGreSQL authentication, a system user connecting locally automatically authenticates as the postgres user of the same name, if one exists. We currently use postgres "super-users" for everything, which means that anyone with access to any of the openacs system accounts on a machine has full access to all postgresql databases on that machine.
+ name. With default PostgreSQL authentication, a system user connecting locally automatically authenticates as the postgres user of the same name, if one exists. We currently use postgres "super-users" for everything, which means that anyone with access to any of the openacs system accounts on a machine has full access to all postgresql databases on that machine.[root@yourserver root]# su - postgres
[postgres@yourserver pgsql]$ createuser -a -d service0
CREATE USER
@@ -439,9 +439,9 @@
- AOLServer is very configurable. These settings should get you
+ AOLserver is very configurable. These settings should get you
started, but for more options, read the AOLServer
+ url="http://aolserver.com/docs/admin/config.html">AOLserver
docs.
@@ -467,10 +467,10 @@
nsd-postgres with
nsd-oracle).If you want to use port 80, there are complications.
- First, Aolserver must be root to use system ports such as
+ First, AOLserver must be root to use system ports such as
80, but refuses to run as root for security reasons. Thus
you must start as root and specify a non-root user ID and
- Group ID which Aolserver will switch to after claiming the
+ Group ID which AOLserver will switch to after claiming the
port. To do so, find the UID and GID of the
service0 user via
grep service0
@@ -590,7 +590,7 @@
You'll see the final Installer page, "OpenACS
Installation: Complete." It will tell you that the server is
being restarted; note that unless you already set up a way for
- AOLServer to restart itself (ie. inittab or daemontools),
+ AOLserver to restart itself (ie. inittab or daemontools),
you'll need to manually restart your service.
[service0@yourserver service0]$ /usr/local/aolserver/bin/nsd-postgres -t /var/lib/aolserver/service0/config.tcl
@@ -646,7 +646,7 @@
Put in the appropriate lines for the database you are running. If you will use both databases, put in both sets of lines.
- PostGreSQL:
+ PostgreSQL:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib
export PATH=$PATH:/usr/local/pgsql/bin
@@ -675,7 +675,7 @@
- For PostGreSQL, you should see:
+ For PostgreSQL, you should see:
LD_LIBRARY_PATH=LD_LIBRARY_PATH=:/usr/local/pgsql/lib
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin:/usr/local/pgsql/bin:/usr/local/pgsql/bin
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml,v
diff -u -r1.12.2.2 -r1.12.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 19 Nov 2003 14:35:16 -0000 1.12.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 29 Nov 2003 15:17:54 -0000 1.12.2.3
@@ -24,7 +24,7 @@
This document assumes that you'll be installing Oracle on the same
- box as AOLServer. For more details on a remote Oracle installation,
+ box as AOLserver. For more details on a remote Oracle installation,
see Daryl Biberdorf's document.
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v
diff -u -r1.9.2.2 -r1.9.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 19 Nov 2003 14:35:16 -0000 1.9.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 29 Nov 2003 15:17:54 -0000 1.9.2.3
@@ -79,7 +79,7 @@
Install Daemontools (OPTIONAL)Daemontools is a collection of programs for controlling
- other processes. We use daemontools to run and monitor AOLServer. It is
+ other processes. We use daemontools to run and monitor AOLserver. It is
installed in /package. These commands install daemontools and
svgroup. svgroup is a script for granting permissions, to allow
users other than root to use daemontools for specific
@@ -233,7 +233,7 @@
rcpthosts error message
(I'm not sure if this next step is 100% necessary, but when I skip it
-I get problems. If you get the error 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) then you need to do this.) AOLServer sends outgoing mail via the ns_sendmail
+I get problems. If you get the error 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) then you need to do this.) AOLserver sends outgoing mail via the ns_sendmail
command, which pipes a command to the sendmail executable. Or, in our
case, the qmail replacement wrapper for the sendmail executable. In
some cases, though, the outgoing mail requset is apparently sent
@@ -462,12 +462,12 @@
full text searchinstallation
- If you want full text search, and you are running PostGreSQL, install this module to support FTS. Do this step after you have installed both PostGreSQL and
- Aolserver. You will need the openfts
+ If you want full text search, and you are running PostgreSQL, install this module to support FTS. Do this step after you have installed both PostgreSQL and
+ AOLserver. You will need the openfts
tarball in /tmp.
- Install Tsearch. This is a PostGreSQL module that
+ Install Tsearch. This is a PostgreSQL module that
OpenFTS requires.[root@yourserver root]# su - postgres
[postgres@yourserver pgsql]$ cd /usr/local/src/postgresql-7.2.4/contrib/tsearch/
@@ -555,15 +555,15 @@
- Install OpenFTS prerequisites in PostGreSQL instance
+ Install OpenFTS prerequisites in PostgreSQL instancefull text searchinstallationIf you are installing Full Text Search, add required
packages to the new database. (In order for full text search
to work, you must also install the PostGreSQL
+ linkend="install-openfts">install the PostgreSQL
OpenFTS module and prerequisites.)[service0@yourserver service0]$ /usr/local/pgsql/bin/psql service0 -f /usr/local/src/postgresql-7.2.4/contrib/tsearch/tsearch.sql
BEGIN
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml,v
diff -u -r1.17.2.1 -r1.17.2.2
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 17 Nov 2003 16:38:10 -0000 1.17.2.1
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 29 Nov 2003 15:17:54 -0000 1.17.2.2
@@ -43,7 +43,7 @@
The packaged version of
- PostGreSQL in Debian and Red Hat and FreeBSD ports works fine.
+ PostgreSQL in Debian and Red Hat and FreeBSD ports works fine.Jonathan Marsden has created RPMs (at
@@ -89,7 +89,7 @@
Compatibility Matrix
-
+
@@ -104,61 +104,76 @@
OpenACS Version3.2.5
- 4.5
- 4.6
+ 4.5
+ 4.6 4.6.14.6.24.6.35.0.0
- AolServer
+ AOLserver3Verified
+ No3.3+ad13
+ UntestedVerified3.3oacs1
- Verified
+ Untested
+ Verified3.4.2
- No
+ No3.4.2oacs1
- Verified
+ Untested
+ Verified
+ Untested3.5.5
- Verified
+ Untested
+ Verified
+ No
- 4
- Verified but not for production
+ 4.0
+ Untested
+ Verified
- PostGreSQL
+ PostgreSQL7.0Verified
+ No7.2.xVerified
+ No7.3.2 - 7.3.4NoVerified
+ 7.4
+ No
+ Untested
+
+
+ Oracle8.1.6
- Verified
+ Verified8.1.7
@@ -173,6 +188,12 @@
+
+
+ At the time of writing AOLserver 4.0 has been tested with OpenACS and works but has not been used in
+ production. OpenACS 5.0.0 installs successfully on PostgreSQL 7.4 and Oracle 9i but not all packages
+ outside core have been tested.
+
@@ -271,11 +292,11 @@
/usr/local/src
- PostGreSQL directory
+ PostgreSQL directory/usr/local/pgsql
- AOLServer directory
+ AOLserver directory/usr/local/aolserver
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v
diff -u -r1.15.2.2 -r1.15.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 26 Nov 2003 16:06:38 -0000 1.15.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 29 Nov 2003 15:17:54 -0000 1.15.2.3
@@ -6,15 +6,15 @@
]>
- Install PostGreSQL
+ Install PostgreSQLby Vinod KurupSkip this section if you will run only Oracle.
- OpenACS &version; will run with PostGreSQL 7.2.x, 7.3.2,
+ OpenACS &version; will run with PostgreSQL 7.2.x, 7.3.2,
7.3.3, and 7.3.4. 7.3.4 is the recommended version of PostgreSQL.
@@ -35,7 +35,7 @@
Using the Red Hat RPM
- Red Hat users: If you install PostGreSQL 7.3.2 from the Red Hat 9 RPM, you
+ Red Hat users: If you install PostgreSQL 7.3.2 from the Red Hat 9 RPM, you
can skip a few steps. These shell commands add some links for compatibility with the directories from a source-based install; start the service; create a new group for web service
users, and modify the postgres user's
environment (more
@@ -67,7 +67,7 @@
- Unpack PostGreSQL.
+ Unpack PostgreSQL.If you have not downloaded the postgresql tarball to
/tmp/postgresql-7.3.4.tar.gz,
get it.
@@ -128,7 +128,7 @@
Change to the postgres user and run ./configure to set the compilation options automatically. This is the point at which you can
configure PostgreSQL in various ways. For example, if you want to
enable
- UnicodeUnicodein PostGreSQL support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help.
+ UnicodeUnicodein PostgreSQL support, add the flags --enable-locale and --enable-multibyte. If you want to see what the other possibilities are, run ./configure --help.
[root@yourserver src]# su - postgres
@@ -404,7 +404,7 @@
Tune postgres. (OPTIONAL)
- The default values for PostGreSQL are very conservative; we can safely change some of them and improve performance.
+ The default values for PostgreSQL are very conservative; we can safely change some of them and improve performance.
@@ -419,7 +419,7 @@
kernel.shmmax = 134217728
- Edit the PostGreSQL config file, /usr/local/pgsql/data/postgresql.conf, to use more memory. These values should improve performance in most cases. (more information)
+ Edit the PostgreSQL config file, /usr/local/pgsql/data/postgresql.conf, to use more memory. These values should improve performance in most cases. (more information)# Shared Memory Size
#
shared_buffers = 15200 # 2*max_connections, min 16
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/quick.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/quick.xml,v
diff -u -r1.3 -r1.3.2.1
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/quick.xml 28 Oct 2003 22:07:41 -0000 1.3
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/quick.xml 29 Nov 2003 15:17:54 -0000 1.3.2.1
@@ -15,15 +15,15 @@
Purpose of this document
This page describes a minimal installation of OpenACS with
- PostGreSQL (not Oracle). It will produce a working OpenACS
+ PostgreSQL (not Oracle). It will produce a working OpenACS
installation in under an hour. It excludes source control,
full text search, ssl, managed services (daemontools),
DocBook, and qmail.
For Red Hat 9
- Install PostGreSQL 7.3.2 from RPM. Select
+ Install PostgreSQL 7.3.2 from RPM. Select
Menu > System Settings > Add/Remove
Applications and select Database Server.
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml,v
diff -u -r1.6.2.2 -r1.6.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 21 Nov 2003 11:13:17 -0000 1.6.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 29 Nov 2003 15:17:54 -0000 1.6.2.3
@@ -174,7 +174,7 @@
- PostGreSQL
+ PostgreSQLCreate a backup file and verify that it was created and has a reasonable size (several megabytes).[root@localhost root]# su - service0
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml,v
diff -u -r1.5.2.2 -r1.5.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml 19 Nov 2003 14:35:16 -0000 1.5.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/red-hat.xml 29 Nov 2003 15:17:54 -0000 1.5.2.3
@@ -178,7 +178,7 @@
uncheck Server Configuration Tools,uncheck Web Server,uncheck Windows File Server,
-check SQL Database Server (this installs PostGreSQL),
+check SQL Database Server (this installs PostgreSQL),check Development Tools (this installs gmake and other build tools),uncheck Administration Tools, anduncheck Printing Support.
@@ -299,11 +299,11 @@
bunch of scripts for starting and stopping programs, and
directories of symlinks for each system level indicating
which services should be up and down at any given service
- level. We'll use this system for PostGreSQL, but we'll use
- daemontools to perform a similar function for AOLServer.
+ level. We'll use this system for PostgreSQL, but we'll use
+ daemontools to perform a similar function for AOLserver.
(The reason for this discrepencies is that, while daemontools
is better, it's a pain in the ass to deal with and nobody's
- had any trouble leaving PostGreSQL the way it is.)
+ had any trouble leaving PostgreSQL the way it is.)
[root@yourserver root]# service pcmcia stop
[root@yourserver root]# service netfs stop
@@ -314,7 +314,7 @@
service netfs stop
chkconfig --del pcmcia
chkconfig --del netfs
- If you installed PostGreSQL, do also
+ If you installed PostgreSQL, do also
service postgresql start and chkconfig --add postgresql.
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml,v
diff -u -r1.10.2.2 -r1.10.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 19 Nov 2003 14:35:16 -0000 1.10.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/software.xml 29 Nov 2003 15:17:54 -0000 1.10.2.3
@@ -23,7 +23,7 @@
url="http://openacs.org/projects/openacs/download/">OpenACS &version;
The OpenACS tarball comprises the core packages and
many useful additional packages. This includes a full set
- of documentation. The tarball works with both PostGreSQL
+ of documentation. The tarball works with both PostgreSQL
and Oracle.
@@ -273,7 +273,7 @@
OpenFTS TCL 0.3.2, OPTIONAL
- Adds full-text-search to PostGreSQL and includes a
+ Adds full-text-search to PostgreSQL and includes a
driver for AOLserver. You need this if you want users
to be able to search for any text on your site.
@@ -298,7 +298,7 @@
calender entries, and notes) is stored in the database.
OpenACS seperates the database with an abstraction layer,
which means that several different databases all function
- identically. Currently OpenACS supports PostGreSQL 7.2 and
+ identically. Currently OpenACS supports PostgreSQL 7.2 and
Oracle 8.1.7. While you can run the core OpenACS on any
supported database, not all contributed packages support all
databases.
@@ -307,7 +307,7 @@
- Oracle 8.1.7 (Either this or PostGreSQL is REQUIRED)
+ Oracle 8.1.7 (Either this or PostgreSQL is REQUIRED)You can register and download Oracle from Oracle
TechNet. You need this if you want to use an
@@ -316,8 +316,8 @@
- PostGreSQL 7.3.4 (Either this or Oracle is REQUIRED)
- You need this if you want to use a PostGreSQL database.
+ PostgreSQL 7.3.4 (Either this or Oracle is REQUIRED)
+ You need this if you want to use a PostgreSQL database.
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v
diff -u -r1.6.2.2 -r1.6.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 21 Nov 2003 11:13:17 -0000 1.6.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 29 Nov 2003 15:17:54 -0000 1.6.2.3
@@ -62,13 +62,13 @@
The required platform for OpenACS 4.6 is the same as
4.5, with the excepion of OpenFTS. You now need OpenFTS 0.3.2, not 0.2.
- OpenACS 4.6 does not support PostGreSQL 7.3.
+ OpenACS 4.6 does not support PostgreSQL 7.3.A computer with OpenACS 4.5.OpenACS 4.6 tarball
- Required for Full Text Search on PostGreSQL: OpenFTS 0.3.2
+ Required for Full Text Search on PostgreSQL: OpenFTS 0.3.2Upgrade Sequence
Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml,v
diff -u -r1.8.2.2 -r1.8.2.3
--- openacs-4/packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml 19 Nov 2003 14:35:16 -0000 1.8.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml 29 Nov 2003 15:17:54 -0000 1.8.2.3
@@ -262,7 +262,7 @@
-Configuring AOLServer
+Configuring AOLserverYou will need two configuration files. The first is a Tcl file with
Index: openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml,v
diff -u -r1.2.2.2 -r1.2.2.3
--- openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml 19 Nov 2003 14:35:16 -0000 1.2.2.2
+++ openacs-4/packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml 29 Nov 2003 15:17:55 -0000 1.2.2.3
@@ -683,7 +683,7 @@
column size declarations in the schema are large enough to
accomodate required data (such as email addresses in
Japanese). Since 5.0.0, this is covered in the database
-install instructions for both PostGreSQL and Oracle.
+install instructions for both PostgreSQL and Oracle.
Email and