File:  [LON-CAPA] / doc / loncapafiles / installfiles.lpml
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jan 13 00:18:28 2003 UTC (21 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: version_0_6_1, HEAD
BUG 1090 FIXED; doc/install/redhat73 files are now included in the manifested
distribution

<!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
 "http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- installfiles.lpml -->
<!-- Scott Harrison -->

<!-- $Id: installfiles.lpml,v 1.1 2003/01/13 00:18:28 harris41 Exp $ -->

<!--

Copyright Michigan State University Board of Trustees

This file was written to help the LearningOnline Network with CAPA (LON-CAPA).

LON-CAPA is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

LON-CAPA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LON-CAPA; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

/home/httpd/html/adm/gpl.txt

http://www.lon-capa.org/

-->

<!-- This file describes those files which can be used to automate -->
<!-- LON-CAPA installations on specific operating systems. -->

<!-- Default values must be defined before specific values. -->
<!-- If no 'dist' attribute is specified, then it is always installed. -->
<!-- If 'dist' attribute is set to  'default', then the specification. -->
<!-- is accepted if an alternative distribution is not requested or not -->
<!-- defined. -->

<lpml>
<specialnotices>
<specialnotice dist='default'>
</specialnotice>
</specialnotices>
<targetroot>/build</targetroot>
<sourceroot>/home/user/loncapa/</sourceroot>
<categories>
<category name="system file" type="runtime">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="system file" type="development">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="standard" type="runtime">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
<category name="standard" type="development">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
</categories>
<directories>
</directories>
<files>
<file dist="redhat7">
<source>doc/install/redhat7.3/install.pl</source>
<target dist='default'>install.pl</target>
<categoryname>system file</categoryname>
<description>
A script which is meant to automatically install LON-CAPA (and, non-trivially,
all of its dependencies) on top of a fresh redhat 7.3 installation.
</description>
<note>
</note>
</file>
<file dist="redhat7">
<source>doc/install/redhat7.3/new_install_rh73.html</source>
<target dist='default'>new_install_rh73.html</target>
<categoryname>system file</categoryname>
<description>
Describes the entire process of installing LON-CAPA on a RedHat 7.3
operating system.
</description>
<note>
</note>
</file>
</files>
</lpml>

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