|
From: Steve M. <svn...@pl...> - 2013-01-31 16:29:08
|
Repository: Installers-UnifiedInstaller Branch: refs/heads/master Date: 2013-01-31T08:28:33-08:00 Author: Steve McMahon (smcmahon) <st...@dc...> Commit: https://github.com/plone/Installers-UnifiedInstaller/commit/e2e98b4dc5958054df030d6ce162f89dfd53083e Add note on sudo to README Files changed: M README.txt diff --git a/README.txt b/README.txt index 18d1c5a..7646e8d 100644 --- a/README.txt +++ b/README.txt @@ -113,6 +113,9 @@ To install Plone 4.3 in a ZEO Cluster (ZEO server, 2 clients) configuration: * cd to the installer directory and issue the following command: >> sudo ./install.sh zeo (or `su; ./install.sh zeo` on a sudo-less system) +The "sudo" utility is required for a root install. This security utility is included with +most recent Unix workalikes and is easily installed on other systems. On BSD-heritage +systems, this in the security directory of the ports collection. For a non-super-user (rootless) installation -------------------------------------------- |