--- doc/Attic/how_to_domain_coordinator.txt 2001/05/28 17:48:23 1.4 +++ doc/Attic/how_to_domain_coordinator.txt 2001/05/30 17:08:43 1.5 @@ -19,7 +19,8 @@ for the domain 103. to be dc103:x:NUMBER:www 5. Set permissions for /home/dc103 and /home/dc103/public_html - to be readable by www. + to be readable and writeable by www. + chmod g+rw /home/dc103; chmod g+rw /home/dc103/public_html 6. login as user=www 7. cd /home/httpd/lonUsers 8. install -d 103/d/c/1/dc103 @@ -56,3 +57,7 @@ close OUT; untie %hash; 12. Restart the lon processes (/etc/rc.d/init.d/loncontrol restart) +12. Restart the httpd processes (/etc/rc.d/init.d/httpd restart) +13. You may further define the domain coordinator user (i.e. dc103) + by going to http://MACHINENAME/adm/createuser. +