by Vinod Kurup
- OpenACS docs are written by the named authors, but may be edited
+ OpenACS docs are written by the named authors, and may be edited
by OpenACS documentation staff.
-
- According to Philip Greenspun:
-
- “The ArsDigita Community System (ACS) is a toolkit of software
- that will help you build Web services with a collaborative dimension,
- ranging from knowledge management within companies to B2C ecommerce
- to product support and community among the customers. The software is
- free and open-source and has been tested in heavy use since
- 1995.”
-
- What's OpenACS? OpenACS was born when Don Baccus, Ben Adida,
- et al decided to port ACS from Oracle to PostgreSQL, thus making it a fully open-source solution.
- OpenACS 4.6 is the next generation of the web toolkit. It's based on
- ACS 4, but no longer follows ArsDigita development. Unlike both ACS
- (which required Oracle) and OpenACS 3.x (which required PostgreSQL),
- OpenACS 4.6 allows you to use either database. It's also built in such
- a way to allow enterprising hackers (in the good sense of
- the word) to extend it to other databases. Don Baccus leads
- the development and numerous developers (and non-developers)
- contribute from around the world.
-
- This document will describe how to install an operating
- system, OpenACS 4.6, and all supporting software, from
- scratch.
-
+
+ This document will describe how to install, configure, and
+ maintain an installation of OpenACS 5.0.0 on a Unix-like
+ system, including all supporting software. All examples
+ in this chapter are part of the OpenACS 5.0.0-P or
+ OpenACS 5.0.0-O Reference Platform, which use Red
+ Hat 8.0. Differences between the Reference Platform
+ and common alternate platforms are noted where known.
+
You will need a PC (or equivalent) with at least these minimum
requirements:
+ (much more if you want Oracle)
4 GB hard drive
You will need all of the the section called “Individual Programs” marked REQUIRED.
If you want to serve pages to people outside of your machine, you'll
need a network connection of some type.
- Note that these are minimum requirements to get a development system
- up and running. For a large production system, we recommend you read about
- the (now slightly obsolete) ArsDigita
- Server Architecture article.
-
Running a reliable database-backed web server requires experience
with the server's environment, in this case UNIX. UNIX is not always
an intuitive environment and this guide cannot hope to explain every
- nuance. If you follow the reference implementation, all of
- the unix commands you need will be in the text. However,
- you will have trouble indentifying typos or other problems.
- Ideally, you should be comfortable with the following tasks before
+ nuance. You should be comfortable with the following tasks before
attempting an installation:
Adding users, groups, setting passwords
@@ -58,39 +35,34 @@
Compiling a program using ./config and make.
- If you've never done these things before, consider exploring UNIX in
- greater depth before installing OpenACS. Some useful resources for
- doing this are described in the Resources
- section.
+ You can complete this install without the above knowledge,
+ but if anything goes wrong it may take extra time to
+ understand and correct the problem. Some useful UNIX resources.
All of the software that you will need is free and open-source,
except for Oracle. You can obtain a free copy of Oracle for
development purposes. This is described in the Acquire Oracle section.
-
We'll do our best to assure that following our instructions will get
you to the promised land. If something goes wrong, don't
panic. There are plenty of ways to get help. Here are some tips:
@@ -106,59 +78,109 @@
worry if you feel overwhelmed by all the information in the error
logs. Over time, you'll find that they make more and more
sense. Soon, you'll actually look forward to errors so that you
- can find the problem in the log.
+ can run to the log and diagnose the problem.
Search the bboards at
openacs.org - you'll often find many people who have
struggled through the same spot that you're in.
+ The bottom of each page has a link to OpenACS.org, where you can post
+ comments and read other users comments about the
+ contents of the page.
+
Ask questions at the irc channel on openprojects.net
- (#openacs). They're knowledgeable and quite friendly if you can
- keep them on topic.
+ (#openacs). They're knowledgeable and quite friendly
+ if you can keep them on topic.
Post a question on the bboards. Make sure
you've done a search first. When you do post, be sure to include
your setup information (OS, etc) as well as the exact commands
- that are failing with the accompanying error. If you want to post
- stuff from your logs (please do!), be sure to enclose them in
- <PRE></PRE> tags so that they don't get all jumbled
- together.
+ that are failing with the accompanying error. If
+ there's a SQL error in the TCL error or in the log,
+ post that too.
If you find errors in this document or if you have ideas about
making it better, please post them in our
BugTracker.
-