source: devel/website/support.shtml @ 1

Revision 1, 3.2 KB checked in by bruno, 6 years ago (diff)

First import

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                  <!--#set var="curpage" value="support.shtml" -->
8<!--#include virtual="/top.shtml" -->
9<h1>Support around Dploy</h1>
10
11    <div class="h2-1">
12      <h2>Help yourself</h2>
13    </div>
14        <p>First, when you have an issue, please try to read the various log files that Dploy produces. 99% of the time, the error is described in it in clear text. Those file are:
15        <ul>
16                        <li><tt>/var/log/dploy.log</tt></li>
17                        <li><tt>/var/log/mondo-archive.log</tt></li>
18                        <li><tt>/var/log/mindi.log</tt></li>
19                        <li><tt>/var/log/mondo-restore.log</tt></li>
20        </ul></p>
21        <p>Second look at the <a href="/docs.shtml">Dploy documentation</a> and the extensive FAQ section of the Dploy HOWTO, as a lot of good tip and tricks are provided there.</p>
22        <p>Third look at the <a href="http://trac.mondorescue.org/">Dploy wiki</a> which may contain additional comments,and feel free to contribute by adding your remarks.</p>
23        <p>Fourth look at the <a href="">Dploy Mailing List Archives</a> as you're probably not the first with this problem.</p>
24        <p>Finally post on the <a href="mailto:dploy_at_lists.dploy.org">Dploy Mailing List</a> if you did not find what you were looking for, as there are more than 400 users there who could help you, including dev team members. <b>But</b>, they can only help you if your provide at least the above mentionned <b>2 first log files</b>.</p>
25        <p>If your think you found a bug in Dploy, please <a href="http://trac.dploy.org/newticket">fill a bug report</a> and also include the log files.</p>
26        <p>Likely, if you wish Dploy had your dreamed new shiny function, feel free to create a <a href="http://trac.dploy.org/newticket">feature request</a>.</p>
27    <div class="h2-3">
28                        <h2>Dploy Mailing Lists</h2>
29    </div>
30        <p>There are 3 mailing lists for the Dploy Community:</p>
31        <ul>
32                        <li>The <a href="">Dploy Announce Mailing List</a> with low traffic dedicated to annoucements around Dploy.</li>
33                        <li>The <a href="">Dploy Mailing List</a> with most of the traffic dedicated to discussions around Dploy.</li>
34                        <li>The <a href="">Dploy Developpers Mailing List</a> with moderate traffic dedicated to discussions between Dploy developpers.</li>
35        </ul>
36    <div class="h2-5">
37                        <h2>Professional support services</h2>
38    </div>
39        <p>For commercial support contracts for Dploy please contact one of the following companies:
40        <ul>
41                        <li><b><a href="http://www.linagora.com/en">Linagora</a></b> (France) - Contact: <a href="mailto:support_at_linagora.com">Support Service</a></li>
42                        <li><b><a href="http://www.tc2l.ca">TC2L</a></b> (Canada) - Contact: <a href="mailto:contact_at_tc2l.ca">Support Service</a></li>
43        </ul></p>
44        <p>For commercial enhancement and consulting services around Dploy,
45        please contact one of the following companies:
46        <ul>
47                        <li><b><a href="http://www.hp.com/linux">Hewlett-Packard</a></b> - Contact: <a href="mailto:pingouin_at_hp.com">Free, Libre and Open Source Expertise Center</a></li>
48        </ul></p>
49<!--#include virtual="/bottom.shtml" -->
50   
51  </body>
52</html>
Note: See TracBrowser for help on using the repository browser.