source: MondoRescue/branches/stable/website/downloads.shtml@ 368

Last change on this file since 368 was 368, checked in by bcornec, 18 years ago

Support page for website

File size: 4.9 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
3 <head>
4 <!--#include virtual="head.shtml" -->
5 </head>
6 <body>
7 <!--#include virtual="top.shtml" -->
8 <h1>Download Mondo Rescue</h1>
9 <div class="h2-1">
10 <h2>This is Free Software</h2>
11 </div>
12 <p>Copyright (c) 2000-2005 Mondo Devteam</p>
13 <p>
14This program is <a href="http://www.fsf.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify it under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a> version 2, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
15This program 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.</p>
16
17 <div class="h2-2">
18 <h2>Mirrors</h2>
19 </div>
20 <p>We are interested in up to date mirrors for both the Web and FTP sites. Please contact us on the <a href="/support.shtml">mailing list</a>.
21
22 <div class="h2-3">
23 <h2>Dependencies</h2>
24 </div>
25<p>The solution has been written in C/bash/perl and developed on a <a href="http://www.mandriva.com/">Mandriva</a> <a href="http://www.gnu.org/">Gnu</a>/<a href="http://www.lwn.net/">Linux</a> distribution. For it to work, you will need:</p>
26<ul>
27<li><b><a href="">afio</a></b>: the packaging tool used to create the archive packets</li>
28<li><b><a href="">gzip</a></b>: the most standard compressor used by Mondo Rescue</li>
29<li><b><a href="">mkisofs</a></b>: the tool to create ISO images</li>
30<li><b><a href="">busybox</a></b>: the swiss army knife : a full set of commands in a single binary (embedded)</li>
31<li><b><a href="">mindi</a></b>: the mini-distro builder part of the project</li>
32<li><b><a href="">mondo</a></b>: the disaster recovery tool in itself</li>
33</ul>
34
35<p>For Mandriva/Mandrake distributions, just use the magic :<br>
36<tt>urpmi mondo</tt></p>
37<p>
38For Debian, just use the magic : <br>
39<tt>apt-get install mondo</tt></p>
40<p>
41For the other RPM based distributions, you will have to issue a <br>
42<tt>rpm -ivh *.rpm</tt><br>
43in the directory containing all the required packages, and solve dependancies manually.
44</p>
45
46 <div class="h2-4">
47 <h2>Downloads</h2>
48 </div>
49<h3>Source code</h3>
50<ul>
51 <li>tarball available under <a href="http://ftp.mondorescue.org/src">http://ftp.mondorescue.org/src</a></li>
52 <li>Subversion browing available at <a href="http://svn.berlios.de/viewcvs/mondorescue">http://svn.berlios.de/viewcvs/mondorescue</a></li>
53 <li>Anonymous HTTP Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout http://svn.berlios.de/svnroot/repos/mondorescue/branches/stable</tt></pre></li>
54 <li>Anonymous SVN Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout svn://svn.berlios.de/mondorescue/branches/stable</tt></pre></li>
55</ul>
56
57<h3>Packages</h3>
58
59<p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for :
60<ul>
61 <li>RedHat <a href="ftp://ftp.mondorescue.org/redhat/7.3">7.3</a>.</li>
62 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a>.</li>
63 <li>RedHat Enterprise Linux <!--<a href="ftp://ftp.mondorescue.org/rhel/2.1">2.1</a>, --><a href="ftp://ftp.mondorescue.org/rhel/3">3</a>, <a href="ftp://ftp.mondorescue.org/rhel/4">4</a>.</li>
64 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/9.3">9.3</a>, <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details.
65 <li>SuSE Linux Enterprise Server <a href="ftp://ftp.mondorescue.org/sles/9">9</a>.</li>
66 <li>Debian <a href="ftp://ftp.mondorescue.org/debian/3.1">3.1</a>. Look also at <a href="http://www.desknow.com/desknow/directfiles/aleidenfrost/mr-debs-unofficial/index.html">this</a> web page for Debian details.</li>
67 <li>Mandriva <a href="ftp://ftp.mondorescue.org/mandrake/10.1">10.1</a>, <a href="ftp://ftp.mondorescue.org/mandrake/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2006.0">2006.0</a>.</li>
68</ul>
69
70<p>Older packages are also on the <a href="ftp://ftp.mondorescue.org/">ftp</a> site to help for some old fashion distros/versions.</p>
71
72<h3>Mondo Rescue CD</h3>
73
74<p>In order to make it as easy as possible for you to use Mondo Rescue, you may want to download the latest <a href="ftp://ftp.mondorescue.org/iso/mondorescue.iso">Mondo Rescue CD</a> which contains all the packages with its dependancies available on the ftp site. It is updated daily.
75
76<!--
77 <div class="h2-5">
78 <h2>Change Logs</h2>
79 </div>
80 -->
81
82 <!--#include virtual="bottom.shtml" -->
83 </body>
84</html>
Note: See TracBrowser for help on using the repository browser.