c30068
Update `Repository/Workstation/install.docbook'.
@@ -13,10 +13,11 @@
|
|
13
13
|
At the moment of chosing which operating system to install in
|
14
14
|
your workstation, consider that &TCAR; is completly built on
|
15
15
|
&TCD; and realies on it to achieve most automation tasks. At
|
16
|
-
time of this writing
|
17
|
-
|
18
|
-
|
19
|
-
too, use the same
|
16
|
+
time of this writing &TCD; release 5.5 was used as platform to
|
17
|
+
support all development work lines inside &TCAR; working copy.
|
18
|
+
So, in order to get a reproducable environemtn, it is
|
19
|
+
convenient that you, too, use the same version of the
|
20
|
+
operating system that we did.
|
20
21
|
</para>
|
21
22
|
|
22
23
|
<para>
|
@@ -29,6 +30,9 @@
|
|
29
30
|
&TCM;.
|
30
31
|
</para>
|
31
32
|
|
33
|
+
|
34
|
+
<sect2 id="repo-ws-install-burning">
|
35
|
+
<title>Burning The Installation Media</title>
|
32
36
|
<para>
|
33
37
|
Assuming you downloaded the DVD ISO of &TCD;, you can burn it
|
34
38
|
using the <application>K3B</application> application and, this
|
@@ -48,71 +52,38 @@
|
|
48
52
|
boot the computer from it, and follow the installer
|
49
53
|
intructions till it completes all the steps. That simple.
|
50
54
|
</para>
|
55
|
+
</sect2>
|
51
56
|
|
52
|
-
<sect2 id="repo-ws-partition">
|
53
57
|
|
58
|
+
<sect2 id="repo-ws-install-partition">
|
54
59
|
<title>Partition Information</title>
|
55
|
-
|
56
60
|
<para>
|
57
61
|
The partition information you set in your workstation is very
|
58
62
|
specific to your personal needs and the technical
|
59
|
-
characteristics of your machine.
|
60
|
-
set the bases of all deployment you
|
61
|
-
the workstation.
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
63
|
+
characteristics of your machine. The partitioning information
|
64
|
+
set the bases of all deployment you pretend to achieve inside
|
65
|
+
the workstation. Generally, the default partitioning schema
|
66
|
+
suggested by &TCD; installer is fine for most avarage
|
67
|
+
workstations, but if you need to customize it, a complete
|
68
|
+
description about how to do it can be found in the
|
69
|
+
<citetitle>Deployment Guide</citetitle> provided by the
|
70
|
+
<package>Deployment_Guide-en-US</package> package.
|
67
|
-
</para>
|
68
|
-
|
69
|
-
<para>
|
70
|
-
The machine of our example is isolated from Internet or any
|
71
|
-
other network. It has two hard drives of 256GB each, 2GB of
|
72
|
-
RAM and a 2.80GHz Core 2 Duo processor. The main goal of this
|
73
|
-
machine is producing &TCAR;. To represent the real production
|
74
|
-
environment of &TCAR;, this machine was conceived to have two
|
75
|
-
roles, one as server —to store the source repository of
|
76
|
-
&TCAR;— and one as client —to store a working copy
|
77
|
-
of the source repository—. From both hard drives
|
78
|
-
available, one is used as primary
|
79
|
-
(<filename>/dev/sda</filename>) and the other one as secondary
|
80
|
-
(<filename>/dev/sdb</filename>) where the secondary is used
|
81
|
-
only to backup the information produced in the primary by mean
|
82
|
-
of backup scripts.
|
83
|
-
</para>
|
84
|
-
<para>
|
85
|
-
The partition distribution of this machine implements the
|
86
|
-
default partinioning schema provided by &TCD; in the primary
|
87
|
-
hard drive to store partitions needed by the operating system
|
88
|
-
(e.g., <filename class="directory">/</filename>, <filename
|
89
|
-
class="directory">/boot</filename> and swap partition) where
|
90
|
-
the working copy is placed in. The second hard drive is an
|
91
|
-
entire partition mounted in <filename
|
92
|
-
class="directory">/mnt/backups</filename> automatically on
|
93
|
-
boot which only purpose is to duplicate the information
|
94
|
-
produced in the workplace.
|
95
71
|
</para>
|
96
72
|
|
97
|
-
<screen>
|
98
|
-
Filesystem Type Size Mounted on
|
99
|
-
/dev/mapper/VolGroup00-LogVol00 ext3 239G /
|
100
|
-
/dev/sda1 ext3 104M /boot
|
101
|
-
tmpfs tmpfs 1.1G /dev/shm
|
102
|
-
/dev/sdb ext3 247G /mnt/backups
|
103
|
-
</screen>
|
104
|
-
|
105
73
|
<para>
|
106
|
-
The
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
74
|
+
The amount of space required to store a clean working copy of
|
75
|
+
&TCAR; is about 1GB. Later, when you start rendering content,
|
76
|
+
more space will be required. There is no specific space we can
|
77
|
+
suggest since the final amount of space required depends on
|
78
|
+
the amount of content you produce after downloading a clean
|
79
|
+
working copy; just be sure to leave enough space to work
|
80
|
+
(e.g., 10GB seems to be a good number) whatever your partition
|
81
|
+
information be.
|
111
82
|
</para>
|
112
83
|
|
113
84
|
</sect2>
|
114
85
|
|
115
|
-
<sect2 id="repo-ws-packages">
|
86
|
+
<sect2 id="repo-ws-install-packages">
|
116
87
|
|
117
88
|
<title>Packages Selection</title>
|
118
89
|
|
@@ -207,13 +178,9 @@ tmpfs tmpfs 1.1G /dev/shm
|
|
207
178
|
the packages you need in order to have a functional working
|
208
179
|
copy of &TCAR;. The only exception for this, is the
|
209
180
|
<package>inkscape</package> package and some of its
|
210
|
-
dependencies which
|
211
|
-
installed from third party
|
212
|
-
RPMForge
|
181
|
+
dependencies which don't come with &TCD; and need to be
|
182
|
+
installed from third party repositories like EPEL and
|
183
|
+
RPMForge, as described in the <ulink url="http://wiki.centos.org/AdditionalResources/Repositories">Repositories</ulink> wiki page.
|
213
|
-
later, once the workstation has been installed; just as
|
214
|
-
described in the <ulink
|
215
|
-
url="http://wiki.centos.org/AdditionalResources/Repositories">Repositories</ulink>
|
216
|
-
page.
|
217
184
|
</para>
|
218
185
|
|
219
186
|
</sect2>
|