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.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 30 Nov 2002 17:17:46 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/overview.xml 28 Feb 2003 05:27:39 -0000 1.7 @@ -22,9 +22,7 @@ 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. - + et al decided to port ACS from Oracle to PostgreSQL, thus making it a fully open-source solution. OpenACS &version; is the next generation of the web toolkit. It's based on @@ -42,12 +40,9 @@ Purpose of this document - This document will describe how to install OpenACS &version; from scratch, - using the source code. We will assume that you have an OS installed, - but we'll discuss this more in the next section. For most of this - guide, we will assume that you are using Linux on a PC, but we'll - also point you to excellent step-by-step guides for other operating - systems. + This document will describe how to install an operating + system, OpenACS &version;, and all supporting software, from + scratch. @@ -63,25 +58,28 @@ (much more if you want Oracle) 4 GB hard drive - + 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 production system, we recommend you read about - the ArsDigita - Server Architecture + 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. You should be comfortable with the following tasks before + 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 attempting an installation: @@ -91,7 +89,7 @@ - Starting an X server and running an X program remotely + (For Oracle) Starting an X server and running an X program remotely @@ -100,7 +98,7 @@ - Compiling a program using a Makefile + Compiling a program using ./config and make. @@ -121,30 +119,72 @@ - Steps involved - + Steps involved + The basic steps to getting OpenACS up and running are: - - - Install an OS - - - Install a webserver (AOLServer) - - - Install a database (Oracle or + + + Install an OS and supporting software + + + Install a webserver (AOLServer) + + + Install a database (Oracle or PostgreSQL) - - Install a database - driver (allows the webserver to talk to the database) - Configure the webserver and - database Start the OpenACS - installer + + + Install a database driver (allows the webserver to talk to the database) + + + + Start the OpenACS + installer, which will configure a database. + + How to use this guide + + + This is text that + tells you to do something, like click a + Button or + link + + + This is an option you will see + on screen, such as in a radio button list or menu. + + This is text that you will type. + + This is text from a program or file which you may need to +examine or edit: + if {$database == "oracle"} { + set db_password "mysitepassword" +} + + + This is text that you will +see and type in a command shell, including text you may have to +change. It is followed by a list of just the commands, +which you can copy and paste. + [root@localhost root]# su - nsadmin +[nsadmin@localhost aolserver]$ svc -d /service/openacs-dev +[nsadmin@localhost aolserver]$ dropdb openacs-dev +DROP DATABASE +[nsadmin@localhost aolserver]$ createdb openacs-dev +CREATE DATABASE +su - nsadmin +svc -d /service/openacs-dev +dropdb openacs-dev +createdb openacs-dev + + + + What if I get stuck? @@ -172,7 +212,7 @@ 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 run to the log and diagnose the problem. + can find the problem in the log. @@ -258,11 +298,18 @@ - My own Brief OpenACS4 - installation guide + Vinod + Kurup's Brief OpenACS4 installation guide + + Joel + Aufrecht's OpenACS 4.5 Quick Guide. + + + Please also see the section for more acknowledgements. @@ -372,6 +419,7 @@ ($Id$) +