Add explicit chown command to README
authorDan Scott <dscott@laurentian.ca>
Fri, 4 Nov 2011 13:42:50 +0000 (09:42 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 4 Nov 2011 13:42:50 +0000 (09:42 -0400)
Warren Layton noticed that there was no explicit command to change the
ownership of the files in the /<PREFIX> directory to be owned by
"opensrf", although there was a statement that the files needed to be
owned by "opensrf". To reduce the chance of failure, add the explicit
command.

TODO (for a willing volunteer): teach the installer to change the
ownership at the time the files are installed!

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README

diff --git a/README b/README
index 3f4c5ef..50c21f8 100644 (file)
--- a/README
+++ b/README
@@ -92,6 +92,7 @@ configure command:
 # useradd -m -s /bin/bash opensrf
 # echo "export PATH=\$PATH:/<PREFIX>/bin" >> /home/opensrf/.bashrc
 # passwd opensrf
+# chown -R opensrf:opensrf /<PREFIX>
 ---------------------------------------------------------------------------
 
 Define your public and private OpenSRF domains: