Download the Analog source tarball in
+/tmp. Unpack, compile, and install analog.
[root@yourserver aolserver]# cd /usr/local/src
+[root@yourserver src]# tar xzf /tmp/analog-5.31.tar.gz
+[root@yourserver src]# cd analog-5.31
+[root@yourserver analog-5.31]# make
+cd src && make
+make[1]: Entering directory `/usr/local/src/analog-5.31/src'
+(many lines omitted)
+***IMPORTANT: You must read the licence before using analog
+***
+make[1]: Leaving directory `/usr/local/src/analog-5.31/src'
+[root@yourserver analog-5.31]# cd ..
+[root@yourserver src]# mv analog-5.31 /usr/share/
+[root@yourserver src]#
+
+ by Joel Aufrecht
+ OpenACS docs are written by the named authors, and may be edited
+ by OpenACS documentation staff.
+
Purpose of this document
+ This page describes a minimal installation of OpenACS with
+ 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
+ Menu > System Settings > Add/Remove
+ Applications and select Database Server.
After completing installation and restarting the server, go to http://localhost:8000 for configuration and customization instructions. You can upgrade a Quick Install with source control, full text search, backup/recovery, and other production features by walking through the Installation documentation and doing the steps marked OPTIONAL.