Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml,v diff -u -N -r1.41 -r1.42 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 15 Nov 2004 17:40:57 -0000 1.41 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 1 Dec 2004 19:23:38 -0000 1.42 @@ -837,7 +837,7 @@ Distributing upgrades of your package - by Jade Rubick. + by Jade Rubick The OpenACS Package Repository builds a list of packages that can be installed on OpenACS installations, and can be used by Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 25 Oct 2004 17:31:40 -0000 1.15 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial.xml 1 Dec 2004 19:23:38 -0000 1.16 @@ -143,7 +143,7 @@ This is the "home directory" of our new package, and all files in the package will be within this directory. More on the structure of - packages + packages). Add an Application Instance to the Server Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 15 Nov 2004 17:41:01 -0000 1.25 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 1 Dec 2004 19:23:38 -0000 1.26 @@ -21,6 +21,7 @@ Because if an intruder somehow breaks in through AOLserver, you don't want her to have any ability to do damage to the rest of your server. + At the same time, AOLserver needs to have write access to some files on your system in order for OpenACS to function properly. So, we'll run AOLserver with a different user account @@ -30,6 +31,7 @@ example "$OPENACS_SERVICE_NAME" might be the service name for the $OPENACS_SERVICE_NAME.net community. + We'll leave the password blank, which prevents login by password, for increased security. The only way to log in will be with ssh certificates. The only people who should log in are @@ -38,14 +40,16 @@ can use database and server commands associated with that group. (If you don't know how to do this, type man usermod. You can type - groups to find out which groups a user + groups to find out which groups a user is a part of) + [root root]# useradd $OPENACS_SERVICE_NAME - You also need to set up a group called web. + You also need to set up a group called web. + [root root]# groupadd web Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v diff -u -N -r1.34 -r1.35 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 15 Nov 2004 17:41:05 -0000 1.34 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 1 Dec 2004 19:23:38 -0000 1.35 @@ -347,7 +347,7 @@ using the last method, you can skip this page. This page describes whether or not you need to be upgrading using this page or not: - + @@ -441,7 +441,9 @@ the entire CVS tree from OpenACS. A good way to check this is if it has a contrib directory. If it does, you probably checked out the entire tree. You might want to - start over, remove your working CVS checkout, and try again. + start over, remove your working CVS checkout, and try + again. +