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

version 1.8, 2002/05/10 20:51:20 version 1.10, 2002/09/23 01:25:09
Line 112  make DIST='redhat7' build; make DIST='re Line 112  make DIST='redhat7' build; make DIST='re
 httpd configuration:  httpd configuration:
   
 cd /etc/httpd/conf  cd /etc/httpd/conf
 cp access.conf.lpmlnew access.conf  cp loncapa.conf.lpmlnew loncapa.conf
 edit access.conf to reflect the correct information:  edit loncapa.conf to reflect the correct information:
   
 PerlSetVar       lonHostID    YOUR LON-HOST ID  PerlSetVar       lonHostID    YOUR LON-HOST ID
 PerlSetVar       lonRole      library  PerlSetVar       lonRole      library
Line 286  CREATE DATABASE loncapa; Line 286  CREATE DATABASE loncapa;
 INSERT INTO user (Host, User, Password)  INSERT INTO user (Host, User, Password)
 VALUES ('localhost','www',password('SOMEPASSWORD'));  VALUES ('localhost','www',password('SOMEPASSWORD'));
   
 GRANT ALL PRIVILEGES ON *.* TO www@localhost;  GRANT ALL PRIVILEGES ON loncapa.* TO www@localhost;
   
 FLUSH PRIVILEGES;  FLUSH PRIVILEGES;
   

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


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