[LON-CAPA-cvs] cvs: doc /loncapafiles updatequery.piml
harris41
lon-capa-cvs@mail.lon-capa.org
Sun, 12 May 2002 19:25:15 -0000
harris41 Sun May 12 15:25:15 2002 EDT
Modified files:
/doc/loncapafiles updatequery.piml
Log:
should query for machine role and also propose a "machinename" like
msul1 or something (BUG 327)
Index: doc/loncapafiles/updatequery.piml
diff -u doc/loncapafiles/updatequery.piml:1.2 doc/loncapafiles/updatequery.piml:1.3
--- doc/loncapafiles/updatequery.piml:1.2 Thu May 2 22:08:51 2002
+++ doc/loncapafiles/updatequery.piml Sun May 12 15:25:15 2002
@@ -1,7 +1,7 @@
<!-- updatequery.piml -->
<!-- Scott Harrison -->
-<!-- $Id: updatequery.piml,v 1.2 2002/05/03 02:08:51 harris41 Exp $ -->
+<!-- $Id: updatequery.piml,v 1.3 2002/05/12 19:25:15 harris41 Exp $ -->
<!--
@@ -31,7 +31,7 @@
<targetroot>/</targetroot>
<files>
<file>
-<target dist='default'>/home/httpd/lonUsers2</target>
+<target dist='default'>/home/httpd/lonUsers</target>
<perlscript mode='fg'>
print(<<END);
@@ -50,7 +50,7 @@
</perlscript>
</file>
<file>
-<target dist='default'>/home/httpd/lonUsers2</target>
+<target dist='default'>/home/httpd/lonUsers</target>
<perlscript mode='fg'>
unless (-e "<TARGET />") {
print(<<END);
@@ -65,6 +65,23 @@
* LON-CAPA Domain Name, and
* System Administration E-mail Address.
END
+
+# query for Machine Role
+ print(<<END);
+**** Machine Role ****
+Library server (recommended if first-time installation of LON-CAPA):
+ Servers that are repositories of authoritative educational resources.
+ These servers also provide the construction space by which instructors
+ assemble their classroom online material.
+Access server:
+ Servers that load-balance high-traffic delivery of educational resources
+ over the world-wide web.
+1) Will this be a library server? (recommended if this is your
+2) Or, will this be an access server?
+ENTER A CHOICE OF 1 or 2:
+END
+
+# need to recommend a machine ID name (ipdomain.l.somenumber)
print(<<END);