• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Named the tag incorrectly, fixed now.

Changed while Carl installed it on OS X.

  1. … 1 more file in changeset.
promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh

  1. … 138 more files in changeset.
Instructions to restart postgres relied on on daemontools. Put in

alternate instructions for people who didn't install with daemontools

(which will be most people)

Added in clarification that a user should not proceed unless env |grep

PATH works correctly. Also added in a note that Debian users can use

adduser instead of useradd. A person who was installing had problems

because they didn't do this.

Took out comments that said that Postgres 7.2 works (because it doesn't).

regenerated after merging in 5.0 work; tutorial updated

  1. … 146 more files in changeset.
removed claim that openacs works on postgresql 7.2; qualified debian package instructions for postgres

  1. … 1 more file in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
fixed some typos in tutorial, changed tutorial to include some files in files/tutorial, fixed/simplified service0 unix user creation; added html versions of squirrelmail and php

  1. … 79 more files in changeset.
Joel & Malte's mac work

  1. … 3 more files in changeset.
make the user:dir$ prompts match the canonical form

  1. … 6 more files in changeset.
take server name out of the prompts

  1. … 11 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
add some xreflabels, fix formatting on programlisting thing i broke, make assumptions a table rather than a figure and give it a more explicit title

  1. … 4 more files in changeset.
Make AOLserver and PostgreSQL all follow same case, clean up compat matrix some, add pg7.4 as untested for 5.0.0 (Guan Yang has installed on 7.4 so it seems to work), add comment on 7.4 and 9i status, remove unused version of compatability.xml

  1. … 18 more files in changeset.
small typo on init.d script name: postgres rather than postgresql

Switch to DocBook 4.2

Add a lint target in Makefile which uses xmllint to validate source.

Add index generation to fo.xsl and openacs.xsl.

fix messed up use of literallayout.

Fix xrefs in permissions-tediously-explained.xml

Repair authorblurb which I broke.

Switch some tables w/o titles to informaltable

fix rollback-database xref.

  1. … 60 more files in changeset.
modified tutorial

  1. … 110 more files in changeset.
wal_files is no longer a legal option as of pg7.3 so removed from doc

*** empty log message ***

  1. … 73 more files in changeset.
changed postgres to 7.3.4

  1. … 3 more files in changeset.
refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes

  1. … 158 more files in changeset.
added quick guide; removed www/xml/files in favor of just www/files

  1. … 116 more files in changeset.
medium post-4-6-3 changes, including moving optional stuff to appendicis; bugfixes

  1. … 26 more files in changeset.
merging with HEAD

  1. … 2 more files in changeset.
Fixed:

> missing link to http://openacs.org/doc/openacs-4-6-2/files/analog-dev.cfg.txt

> http://openacs.org/doc/openacs-4-6-2/individual-programs.html

Removed the link altogether - removed all links to files actually in

the tarball

----------------------------------------------------------------------

> I'm running Mandrake 9.1 on my new workstation here, and when all the docbook

> stuff's installed there's a convenient "xsl-stylesheets" symbolic link to

Using symlink in openacs.xsl

----------------------------------------------------------------------

In qmail section, link to download page for ucspi and qmail

----------------------------------------------------------------------

>Which is the best keyword for "your service name?" in the docs. It should be

>easily recognized as a placeholder, easy to search-replace, and should

>be generic enough that most users can leave it unchanged. Currently we use

>"service0", which meets the last two of the three requirements.

>Earlier docs used "birdnotes," which met the first two requirements.

Decided I didn't care

----------------------------------------------------------------------

>Red Hat 9 issue:

>code change to compile daemontools and qmail

>http://www.riverside.org/archive/html/djbdns/2003-01/msg00307.html

>http://article.gmane.org/gmane.mail.qmail.general/13960

>put "#include <errno.h>" in /usr/local/src/postgresql-7.2.3/src/include/postgres.h

Added comment to instructions

----------------------------------------------------------------------

> Add text about which version of PostgreSQL works to top of that

section.

added.

----------------------------------------------------------------------

>First, in http://openacs.org/doc/openacs-4-6-2/postgres.html the make

>install didn't work for me when I used postgres so I had to use root and

>then do 'chown -R postgres.web /usr/local/pgsql'

Could not repro.

----------------------------------------------------------------------

> Second, in the [postgres.html] doc, in point 8 for Red Hat, why is

> there chmod 700 for the script? All the other scripts in

> /etc/rc.d/init.d are 755.

Changed to 755.

----------------------------------------------------------------------

>Optimizing Postgres:

>should optimize kernel settings for Postgres

>http://developer.postgresql.org/docs/postgres/kernel-resources.html

Added postgres tuning instructions

----------------------------------------------------------------------

>For compiling nsopenssl, this was necessary on Debian:

>apt-get install libssl-dev

>make OPENSSL=/usr/lib/ssl

>nsopenssl needs 0.9.6 or newer. Debian stable currently runs openssl

>0.9.6c

Added note.

----------------------------------------------------------------------

>If you are on Oracle, you have to su - oracle, then su to root to get

>your environment right. Otherwise, nsoracle won't compile.

Added note.

----------------------------------------------------------------------

>The web user wasn't added in the Oracle install step, so I added it

>now: groupadd web

Already mentioned in the doc.

----------------------------------------------------------------------

>For some reason, the include and sample-config.tcl files were owned by

>500.500 instead of root root. So:

>chown -R root.root include sample.config.tcl

owned by remadmin in reference platform. Seems harmless so didn't add anything to instructions.

----------------------------------------------------------------------

>bin and lib were group owned by staff. I changed that to root as well:

>chown -R root.root bin lib modules

could not repro

----------------------------------------------------------------------

> We should be recommending at least ANALYZE (by itself). If we are

> going to recommend VACUUM, we should recommend VACUUM ANALYZE once an

> hour (or so) and a VACUUM FULL ANALYZE once a night.

Changed default suggestion to --analyze (once per day) to be conservative due to forum thread about full analyze affecting performance due to locking

----------------------------------------------------------------------

> Red hat 9: Stock SSL doesn't work - kerberos problem and also not compiled with

> thread support. (there's an OpenACS thread to fix this)

>http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84331

> edit nsopenssl Makefile to say

> CFLAGS += -I$(OPENSSL)/include <b>-I/usr/kerberos/include<b>

Added pointer to thread

  1. … 54 more files in changeset.
assorted bug fixes and fixed missing files

  1. … 92 more files in changeset.
Updated and tested backup/recovery

  1. … 10 more files in changeset.
Placeholders for tutorial and submissions sections; integrated upgrade, tutorial, submissions, and i18n; tweaked css and xsl

  1. … 10 more files in changeset.