Index: openacs-4/packages/acs-bootstrap-installer/acs-bootstrap-installer.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/acs-bootstrap-installer.info,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-bootstrap-installer/acs-bootstrap-installer.info 9 May 2001 22:32:25 -0000 1.5 +++ openacs-4/packages/acs-bootstrap-installer/acs-bootstrap-installer.info 30 Aug 2001 21:40:14 -0000 1.6 @@ -40,6 +40,9 @@ + + + Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 29 Aug 2001 21:22:48 -0000 1.4 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 30 Aug 2001 21:40:14 -0000 1.5 @@ -19,27 +19,27 @@ if { [ns_queryexists done_p] } { # When installation is complete, the user is redirected to /index?done_p=1 # (well, actually, /?done_p=1). This is so the user can just hit his/her - # browser's Reload button to get the main ACS login page once (s)he's + # browser's Reload button to get the main OpenACS login page once (s)he's # restarted the OpenNSD. if { [ad_verify_install] } { - install_return 200 "Complete" " + install_return 200 "OpenACS Installation Complete" " -You have successfully installed the ArsDigita Community System! +You have successfully installed the OpenACS Community System!

Your server process has been terminated. Unless you have configured your -server to restart automatically, as outlined in the - -ACS Installation Guide, you will need to start your server again. -When the server restarts, the ACS will be fully functional and you can reload -this page to access the running server. +web server to restart automatically, as outlined in the +ACS 4.x Installation Guide, +you will need to start your web server again. +When the web server restarts, OpenACS will be fully functional and you can reload +this page to access the running web server. " exit } else { install_return 200 "Error" " -The installation program has encounted an error. Please drop your ACS tablespace -and the ACS username, recreate them, and try again. You can log this as a bug -using the SDM. +The installation program has encounted an error. Please drop your OpenACS tablespace +and the OpenACS username, recreate them, and try again. You can log this as a bug +using the SDM. " return } @@ -49,11 +49,11 @@ set body " -Thank you for installing the ArsDigita Community System, +Thank you for installing the OpenACS Community System, a suite of fully-integrated enterprise-class solutions for collaborative commerce. -This is the ACS Installer which performs all the steps necessary -to get the ArsDigita Community System running on your server.

+This is the OpenACS Installer which performs all the steps necessary +to get the OpenACS Community System running on your server.

Please read the Release Notes before proceeding to better understand what is contained in this release. @@ -69,7 +69,7 @@ append body "

[nsv_get acs_properties database_problem] -

The first step involved in setting up your ACS +

The first step involved in setting up your OpenACS installation is to configure your RDBMS, correctly install a database driver, and configure OpenNSD to use it. You can download and install the latest version of the ArsDigita Oracle driver for @@ -93,7 +93,7 @@ # OpenNSD must support ns_sha1 if { [catch { ns_sha1 quixotusishardcore }] } { append errors "

  • The ns_sha1 function is missing. This function is - required in ACS 4.0 so that passwords can be securely stored in + required in OpenACS 4.x so that passwords can be securely stored in the database. This function is available in the nssha1 module that is part of the ArsDigita server distribution.

    " @@ -104,7 +104,7 @@ # OpenNSD must support Tcl 8.x if { [string range [info tclversion] 0 0] < 8 } { append errors "
  • You are using a version of Tcl less than 8.0. You must use Tcl version 8.0 - for the ACS to work. Probably your nsd executable is linked to nsd76. Please + for OpenACS to work. Probably your nsd executable is linked to nsd76. Please link it to nsd8x to fix this problem. Please refer to the Installation Guide.

    @@ -117,7 +117,7 @@
     # OpenNSD must support ns_cache.
     if {[llength [info commands ns_cache]] < 1} {
         append errors "
  • The ns_cache module is not installed. This -is required to support the ACS Security system. Please make sure that ns_cache +is required to support the OpenACS Security system. Please make sure that ns_cache is included in your module list. An example module list is shown below: file (usually in /home/aol30/yourservername.ini) or see the Installation Guide for more information.

    @@ -128,7 +128,7 @@ nssha1=nssha1.so nscache=nscache.so

  • -After adding ns_cache, please restart your server. +After adding ns_cache, please restart your web server.

    " set error_p 1 } @@ -143,7 +143,7 @@ set adp_support [ns_config "ns/server/[ns_info server]/adp" DefaultParser] if { [string compare $adp_support "fancy"] } { append errors "
  • The fancy ADP parser is not enabled. This is required to support -the ACS Templating System. Without this templating system, none of the ACS pages installed by default +the OpenACS Templating System. Without this templating system, none of the OpenACS pages installed by default will display. Please add the following to your OpenNSD configuration file (usually in /home/aol30/yourservname.ini) or see the Installation Guide for more information.

    @@ -152,7 +152,7 @@ Map=/*.adp DefaultParser=fancy -After adding support for the fancy ADP parser, please restart your server. +After adding support for the fancy ADP parser, please restart your web server.

    " set error_p 1 } @@ -217,8 +217,8 @@ # correctly, let's check out the actual db. if {$error_p} { append body "

    -A number of misconfigurations were discovered that need to be corrected. -Please fix all of them, restart the server, and try running the installer again. +At least one misconfiguration was discovered that must be corrected. +Please fix all of them, restart the web server, and try running the OpenACS installer again. You can proceed without resolving these errors, but the system may not function correctly. @@ -234,18 +234,18 @@ # thing to be installed is the apm_packages table - does that exist? if { ![db_table_exists apm_packages] } { # Nope. Need to install the data model. - append body "

    The next step is to install the ACS kernel data model. Click the Next + append body "

    The next step is to install the OpenACS kernel data model. Click the Next button to proceed. [install_next_button "install-data-model"] " } else { # OK, apm_packages is installed - let's check out some other stuff too: if { ![install_good_data_model_p] } { - append body "

    It appears that the ACS data model is only partially installed. + append body "

    It appears that the OpenACS data model is only partially installed. Please drop your tablespace and start from scratch." } else { - append body "

    The ACS data model is already installed. Click Next + append body "

    The OpenACS data model is already installed. Click Next to scan the available packages. [install_next_button "packages-install"]