Annotation of doc/loncapafiles/installfiles.lpml, revision 1.3
1.1 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
3: <!-- installfiles.lpml -->
4:
1.3 ! harris41 5: <!-- $Id: installfiles.lpml,v 1.2 2003/01/20 23:48:02 harris41 Exp $ -->
1.1 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file was written to help the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
32:
33: <!-- This file describes those files which can be used to automate -->
34: <!-- LON-CAPA installations on specific operating systems. -->
35:
36: <!-- Default values must be defined before specific values. -->
37: <!-- If no 'dist' attribute is specified, then it is always installed. -->
38: <!-- If 'dist' attribute is set to 'default', then the specification. -->
39: <!-- is accepted if an alternative distribution is not requested or not -->
40: <!-- defined. -->
41:
42: <lpml>
43: <specialnotices>
44: <specialnotice dist='default'>
45: </specialnotice>
46: </specialnotices>
47: <targetroot>/build</targetroot>
48: <sourceroot>/home/user/loncapa/</sourceroot>
49: <categories>
50: <category name="system file" type="runtime">
51: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
52: <abbreviation>systemfile</abbreviation>
53: </category>
54: <category name="system file" type="development">
55: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
56: <abbreviation>systemfile</abbreviation>
57: </category>
58: <category name="standard" type="runtime">
59: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
60: <abbreviation>directory</abbreviation>
61: </category>
62: <category name="standard" type="development">
63: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
64: <abbreviation>directory</abbreviation>
65: </category>
66: </categories>
67: <directories>
68: </directories>
69: <files>
1.2 harris41 70: <file>
1.1 harris41 71: <source>doc/install/redhat7.3/install.pl</source>
72: <target dist='default'>install.pl</target>
73: <categoryname>system file</categoryname>
74: <description>
75: A script which is meant to automatically install LON-CAPA (and, non-trivially,
76: all of its dependencies) on top of a fresh redhat 7.3 installation.
77: </description>
78: <note>
79: </note>
80: </file>
1.2 harris41 81: <file>
1.1 harris41 82: <source>doc/install/redhat7.3/new_install_rh73.html</source>
83: <target dist='default'>new_install_rh73.html</target>
84: <categoryname>system file</categoryname>
85: <description>
86: Describes the entire process of installing LON-CAPA on a RedHat 7.3
87: operating system.
88: </description>
89: <note>
90: </note>
91: </file>
92: </files>
93: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>