Diff for /doc/Attic/how_to_domain_coordinator.txt between versions 1.8 and 1.10

version 1.8, 2001/07/18 17:06:56 version 1.10, 2001/10/17 02:27:45
Line 54  and your "www" password. Line 54  and your "www" password.
    Example: [prompt %] su dc103     Example: [prompt %] su dc103
   
 6 (as USERNAME).  Create a public_html directory for the new user.  6 (as USERNAME).  Create a public_html directory for the new user.
      (This step does not need to be done.  Only if new user will
       also be an "author" on the system.)
    Command: [prompt %] install -d /home/USERNAME/public_html     Command: [prompt %] install -d /home/USERNAME/public_html
    Example: [prompt %] install -d /home/dc103/public_html     Example: [prompt %] install -d /home/dc103/public_html
   
 7. (as USERNAME). Set permissions for /home/dc103 and /home/dc103/public_html  7. (as USERNAME). Set permissions for /home/dc103 and /home/dc103/public_html
     to be readable and writeable by www.  #    to be readable and writeable by www.
    Command: [prompt %] chmod g+rwx /home/USERNAME  # See immediately below for newer instructions:
             [prompt %] chmod g+rwx /home/USERNAME/public_html  #   Command: [prompt %] chmod g+rwx /home/USERNAME
    Example: [prompt %] chmod g+rwx /home/dc103  #            [prompt %] chmod g+rwx /home/USERNAME/public_html
             [prompt %] chmod g+rwx /home/dc103/public_html  #   Example: [prompt %] chmod g+rwx /home/dc103
   #            [prompt %] chmod g+rwx /home/dc103/public_html
       New instructions:
       (This step does not need to be done. Only if the new user will
       also be an author on the system.)
       As root, make /home world executable (chmod a+x /home)
       As dc103 (or whatever the domain coordinator name is,
       chmod g+x /home/dc103
       chmod g+srw /home/dc103/public_html
   
 8. login as user=www  8. login as user=www
    Command: [prompt %] su www     Command: [prompt %] su www
Line 85  and your "www" password. Line 95  and your "www" password.
    Command: [prompt %] echo "unix:" > passwd     Command: [prompt %] echo "unix:" > passwd
   
 13. (as www). Create and run the following script with the arguments  13. (as www). Create and run the following script with the arguments
   Create the file described below "script.pl" or whatever name you want.    Create the file described below "script.pl" or whatever name you want
     (it is in CVS:loncapa/doc/rolesmanip.pl).
   
   Command: [prompt %] perl script.pl DOMAIN USERNAME    Command: [prompt %] perl script.pl DOMAIN USERNAME
   Example: [prompt %] perl script.pl 103 dc103    Example: [prompt %] perl script.pl 103 dc103

Removed from v.1.8  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>