Install AOLserver 3.3oacs1
by Vinod Kurup
OpenACS docs are written by the named authors, and may be edited
by OpenACS documentation staff.
We recommend the use of AOLserver 4.0.1 or later. These instructions are retained as a resource.
@@ -82,17 +82,17 @@
communicate with the database. There is one script each for
Oracle and PostgreSQL. They don't conflict, so if you plan
to use both databases, install both.
Oracle
[root aolserver]# cd /usr/local/aolserver/bin
-[root bin]# cp /tmp//packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
+[root bin]# cp /var/tmp/openacs-5.2.0d1/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
[root bin]# chmod 750 nsd-oracle
[root bin]#
cd /usr/local/aolserver/bin
-cp /tmp//packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
+cp /var/tmp/openacs-5.2.0d1/packages/acs-core-docs/www/files/nsd-oracle.txt ./nsd-oracle
chmod 750 nsd-oracle
PostgreSQL
[root aolserver]# cd /usr/local/aolserver/bin
-[root bin]# cp /tmp//packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
+[root bin]# cp /var/tmp/openacs-5.2.0d1/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
[root bin]# chmod 755 nsd-postgres
[root bin]#
cd /usr/local/aolserver/bin
-cp /tmp//packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
+cp /var/tmp/openacs-5.2.0d1/packages/acs-core-docs/www/files/nsd-postgres.txt ./nsd-postgres
chmod 755 nsd-postgres
Install tDOM.�Download the tDOM
tarball, unpack it, adjust the configuration file to match our patched
distribution of aolserver, and compile it.
[root root]# cd /usr/local/src
@@ -169,7 +169,9 @@
cd /usr/local/aolserver
chown -R root.web log servers
chmod -R g+w log servers
-ls -l
Now, we'll run a quick test to ensure AOLserver is running
+ls -l
Note: AOLserver4.x does not include a default start page, so we create one for this test. Type
+ echo "Welcome to AOLserver" > /usr/local/aolserver40r8/servers/server1/pages/index.html
+
Now, we'll run a quick test to ensure AOLserver is running
correctly. We'll use the sample config file provided with
AOLserver. This file will attempt to guess your IP address and
hostname. It will then start up the server at port 8000 of that
@@ -238,4 +240,4 @@
set hostname [ns_info hostname]
#set address [ns_info address]
set address 0.0.0.0
Install
- Analog web file analyzer. (OPTIONAL)