instalacao.xml
1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version='1.0' encoding="utf-8"?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<appendix id="instalacao">
<title>Instalação</title>
<section>
<title>Pré-requisitos</title>
<informaltable>
<tgroup cols="3">
<colspec colwidth="50*" />
<colspec colwidth="10*" />
<colspec colwidth="40*" />
<tbody>
<row>
<entry>
<emphasis role="bold">Software</emphasis>
</entry>
<entry>
<emphasis role="bold">Versão</emphasis>
</entry>
<entry>
<emphasis role="bold">Site</emphasis>
</entry>
</row>
<row>
<entry>Java Development Kit (JDK)</entry>
<entry>6.0</entry>
<entry>http://openjdk.org/</entry>
</row>
<row>
<entry>Apache Maven</entry>
<entry>2.2</entry>
<entry>http://maven.apache.org/</entry>
</row>
<row>
<entry>Eclipse IDE</entry>
<entry>3.6</entry>
<entry>http://www.eclipse.org/</entry>
</row>
<row>
<entry>m2eclipse plugin</entry>
<entry>0.10</entry>
<entry>http://m2eclipse.sonatype.org/</entry>
</row>
<row>
<entry>JBoss Application Server</entry>
<entry>6.0</entry>
<entry>http://www.jboss.org/</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>
<title>Demoiselle Infra</title>
<para>
Para auxiliar no preparo do ambiente integrado de desenvolvimento utilizado na presente
documentação, recomenda-se a utilização dos pacotes de software fornecidos pelo projeto
<ulink url="http://demoiselle.sourceforge.net/infra/">Demoiselle Infra</ulink>.
</para>
<note>
<para>
Atualmente são disponibilizados pacotes exclusivamente para a plataforma <emphasis>GNU/Linux</emphasis>
e distribuições baseadas no <emphasis>Debian</emphasis>, tal como <emphasis>Ubuntu</emphasis>.
</para>
</note>
</section>
</appendix>