1 | | [[TracNav]] |
2 | | |
3 | | [[PageOutline(1-2,Table of Contents,inline)]] |
4 | | |
5 | | = Precompiled Packages = |
6 | | |
7 | | Precompiled/binary packages are available for a number of architectures: |
8 | | |
9 | | * Archlinux |
10 | | * Packages for Archlinux are available in the [http://aur.archlinux.org/packages.php?ID=20979 Arch User Repository]. |
11 | | |
12 | | * Debian |
13 | | * Lenny packages are available in Debian. |
14 | | * Etch packages are available in Debian. |
15 | | * Sarge [[BR]] |
16 | | Add the following to /etc/apt/sources.list [[BR]] |
17 | | {{{ |
18 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/debian sarge/ |
19 | | }}} |
20 | | |
21 | | * Fedora |
22 | | * The server and the client package are in the [https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2 Fedora Package Collection]. |
23 | | |
24 | | * FreeBSD |
25 | | * See http://www.freshports.org/sysutils/py-bcfg2/ for instructions |
26 | | |
27 | | * Nexenta |
28 | | * Elatte-unstable [[BR]] |
29 | | Add the following to /etc/apt/sources.list [[BR]] |
30 | | {{{ |
31 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/nexenta elatte-unstable/ |
32 | | }}} |
33 | | * openSUSE |
34 | | * For openSUSE 11.0 are packages available at [http://download.opensuse.org/repositories/home:/kisielk/openSUSE_11.0/noarch/] |
35 | | |
36 | | * OS X |
37 | | * 10.5 (Leopard) [[BR]] Package available from [ftp://ftp.mcs.anl.gov/pub/bcfg/macosx] |
38 | | |
39 | | * Red Hat / Centos |
40 | | * Packages are available in [http://fedoraproject.org/wiki/EPEL EPEL]: [[BR]] |
41 | | RHEL 4 / Centos 4 |
42 | | {{{ |
43 | | $ su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm' |
44 | | }}} |
45 | | RHEL 5 / Centos 5 |
46 | | {{{ |
47 | | $ su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' |
| 1 | [[TracNav]] |
| 2 | |
| 3 | [[PageOutline(1-2,Table of Contents,inline)]] |
| 4 | |
| 5 | = Precompiled Packages = |
| 6 | |
| 7 | Precompiled/binary packages are available for a number of architectures: |
| 8 | |
| 9 | * Archlinux |
| 10 | * Packages for Archlinux are available in the [http://aur.archlinux.org/packages.php?ID=20979 Arch User Repository]. |
| 11 | |
| 12 | * Debian |
| 13 | * Lenny packages are available in Debian. |
| 14 | * Etch packages are available in Debian. |
| 15 | * Sarge [[BR]] |
| 16 | Add the following to /etc/apt/sources.list [[BR]] |
| 17 | {{{ |
| 18 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/debian sarge/ |
| 19 | }}} |
| 20 | |
| 21 | * Fedora |
| 22 | * The server and the client package are in the [https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2 Fedora Package Collection]. |
| 23 | |
| 24 | * FreeBSD |
| 25 | * See http://www.freshports.org/sysutils/py-bcfg2/ for instructions |
| 26 | |
| 27 | * Nexenta |
| 28 | * Elatte-unstable [[BR]] |
| 29 | Add the following to /etc/apt/sources.list [[BR]] |
| 30 | {{{ |
| 31 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/nexenta elatte-unstable/ |
| 32 | }}} |
| 33 | * openSUSE |
| 34 | * For openSUSE 11.0 are packages available at [http://download.opensuse.org/repositories/home:/kisielk/openSUSE_11.0/noarch/] |
| 35 | |
| 36 | * OS X |
| 37 | * 10.5 (Leopard) [[BR]] Package available from [ftp://ftp.mcs.anl.gov/pub/bcfg/macosx] |
| 38 | |
| 39 | * Red Hat / Centos |
| 40 | * Packages are available in [http://fedoraproject.org/wiki/EPEL EPEL]: [[BR]] |
| 41 | RHEL 4 / Centos 4 |
| 42 | {{{ |
| 43 | $ su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm' |
94 | | ==== Debian Lenny / gNewSense 3 ==== |
95 | | {{{ |
96 | | # /etc/apt/sources.list.d/bcfg2.list |
97 | | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
98 | | deb http://debian.bcfg2.org lenny stable |
99 | | deb-src http://debian.bcfg2.org lenny stable |
100 | | }}} |
101 | | |
102 | | === Testing releases === |
103 | | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
104 | | |
105 | | ==== Debian Lenny / gNewSense 3 ==== |
106 | | {{{ |
107 | | # /etc/apt/sources.list.d/bcfg2.list |
108 | | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
109 | | deb http://debian.bcfg2.org lenny testing |
110 | | deb-src http://debian.bcfg2.org lenny testing |
111 | | }}} |
112 | | |
113 | | == Ubuntu Launchpad Bcfg2 PPA == |
114 | | Ubuntu, Trisquel and gNewSense 2 and earlier packages are made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. |
115 | | |
116 | | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
117 | | {{{ |
118 | | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
119 | | sudo aptitude update |
120 | | sudo aptitude install bcfg2 |
121 | | }}} |
122 | | |
123 | | And if you also want the server: |
124 | | {{{ |
125 | | sudo aptitude install bcfg2-server |
126 | | }}} |
127 | | |
128 | | === Stable Releases === |
129 | | We will strive to only have stable, working releases that have gone through testing in these repositories. |
130 | | |
131 | | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
132 | | {{{ |
133 | | # /etc/apt/sources.list.d/bcfg2.list |
134 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
135 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
136 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
137 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
138 | | }}} |
139 | | |
140 | | ==== Ubuntu Intrepid ==== |
141 | | {{{ |
142 | | # /etc/apt/sources.list.d/bcfg2.list |
143 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
144 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
145 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
146 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
147 | | }}} |
148 | | |
149 | | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
150 | | {{{ |
151 | | # /etc/apt/sources.list.d/bcfg2.list |
152 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
153 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
154 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
155 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
156 | | }}} |
157 | | |
158 | | ==== Ubuntu Karmic ==== |
159 | | {{{ |
160 | | # /etc/apt/sources.list.d/bcfg2.list |
161 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
162 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
163 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
164 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
165 | | }}} |
166 | | |
167 | | ==== Ubuntu Lucid ==== |
168 | | {{{ |
169 | | # /etc/apt/sources.list.d/bcfg2.list |
170 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
171 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
172 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
173 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
174 | | }}} |
175 | | |
176 | | === Testing Releases === |
177 | | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
178 | | |
179 | | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
180 | | (Tested under gNewSense DeltaH) |
181 | | {{{ |
182 | | # /etc/apt/sources.list.d/bcfg2.list |
183 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
184 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
185 | | |
186 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
187 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
188 | | }}} |
189 | | |
190 | | ==== Ubuntu Intrepid ==== |
191 | | {{{ |
192 | | # /etc/apt/sources.list.d/bcfg2.list |
193 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/intrepidtesting |
194 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
195 | | |
196 | | deb http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
197 | | deb-src http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
198 | | }}} |
199 | | |
200 | | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
201 | | (Tested under Trisquel Dwyn) |
202 | | {{{ |
203 | | # /etc/apt/sources.list.d/bcfg2.list |
204 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/jauntytesting |
205 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
206 | | |
207 | | deb http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
208 | | deb-src http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
209 | | }}} |
210 | | |
211 | | ==== Ubuntu Karmic ==== |
212 | | {{{ |
213 | | # /etc/apt/sources.list.d/bcfg2.list |
214 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/karmictesting |
215 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
216 | | |
217 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
218 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
219 | | }}} |
220 | | |
221 | | ==== Ubuntu Lucid ==== |
222 | | {{{ |
223 | | # /etc/apt/sources.list.d/bcfg2.list |
224 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/lucidtesting |
225 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
226 | | |
227 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
228 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
229 | | }}} |
230 | | |
231 | | == Unofficial RHEL / Centos Repository == |
232 | | |
233 | | More recent releases are available at http://yum.fourkitchens.com/pub/centos/5/noarch/ |
234 | | |
235 | | = Building Your Own = |
| 94 | ==== Debian Lenny / gNewSense 3 ==== |
| 95 | {{{ |
| 96 | # /etc/apt/sources.list.d/bcfg2.list |
| 97 | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
| 98 | deb http://debian.bcfg2.org lenny stable |
| 99 | deb-src http://debian.bcfg2.org lenny stable |
| 100 | }}} |
| 101 | |
| 102 | === Testing releases === |
| 103 | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
| 104 | |
| 105 | ==== Debian Lenny / gNewSense 3 ==== |
| 106 | {{{ |
| 107 | # /etc/apt/sources.list.d/bcfg2.list |
| 108 | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
| 109 | deb http://debian.bcfg2.org lenny testing |
| 110 | deb-src http://debian.bcfg2.org lenny testing |
| 111 | }}} |
| 112 | |
| 113 | == Ubuntu Launchpad Bcfg2 PPA == |
| 114 | Ubuntu, Trisquel and gNewSense 2 and earlier packages are made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. |
| 115 | |
| 116 | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
| 117 | {{{ |
| 118 | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 119 | sudo aptitude update |
| 120 | sudo aptitude install bcfg2 |
| 121 | }}} |
| 122 | |
| 123 | And if you also want the server: |
| 124 | {{{ |
| 125 | sudo aptitude install bcfg2-server |
| 126 | }}} |
| 127 | |
| 128 | === Stable Releases === |
| 129 | We will strive to only have stable, working releases that have gone through testing in these repositories. |
| 130 | |
| 131 | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
| 132 | {{{ |
| 133 | # /etc/apt/sources.list.d/bcfg2.list |
| 134 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 135 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 136 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
| 137 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
| 138 | }}} |
| 139 | |
| 140 | ==== Ubuntu Intrepid ==== |
| 141 | {{{ |
| 142 | # /etc/apt/sources.list.d/bcfg2.list |
| 143 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 144 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 145 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
| 146 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
| 147 | }}} |
| 148 | |
| 149 | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
| 150 | {{{ |
| 151 | # /etc/apt/sources.list.d/bcfg2.list |
| 152 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 153 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 154 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
| 155 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
| 156 | }}} |
| 157 | |
| 158 | ==== Ubuntu Karmic ==== |
| 159 | {{{ |
| 160 | # /etc/apt/sources.list.d/bcfg2.list |
| 161 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 162 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 163 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
| 164 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
| 165 | }}} |
| 166 | |
| 167 | ==== Ubuntu Lucid ==== |
| 168 | {{{ |
| 169 | # /etc/apt/sources.list.d/bcfg2.list |
| 170 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 171 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 172 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 173 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 174 | }}} |
| 175 | |
| 176 | === Testing Releases === |
| 177 | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
| 178 | |
| 179 | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
| 180 | (Tested under gNewSense DeltaH) |
| 181 | {{{ |
| 182 | # /etc/apt/sources.list.d/bcfg2.list |
| 183 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 184 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 185 | |
| 186 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
| 187 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
| 188 | }}} |
| 189 | |
| 190 | ==== Ubuntu Intrepid ==== |
| 191 | {{{ |
| 192 | # /etc/apt/sources.list.d/bcfg2.list |
| 193 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/intrepidtesting |
| 194 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 195 | |
| 196 | deb http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
| 197 | deb-src http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
| 198 | }}} |
| 199 | |
| 200 | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
| 201 | (Tested under Trisquel Dwyn) |
| 202 | {{{ |
| 203 | # /etc/apt/sources.list.d/bcfg2.list |
| 204 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/jauntytesting |
| 205 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 206 | |
| 207 | deb http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
| 208 | deb-src http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
| 209 | }}} |
| 210 | |
| 211 | ==== Ubuntu Karmic ==== |
| 212 | {{{ |
| 213 | # /etc/apt/sources.list.d/bcfg2.list |
| 214 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/karmictesting |
| 215 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 216 | |
| 217 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
| 218 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
| 219 | }}} |
| 220 | |
| 221 | ==== Ubuntu Lucid ==== |
| 222 | {{{ |
| 223 | # /etc/apt/sources.list.d/bcfg2.list |
| 224 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/lucidtesting |
| 225 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 226 | |
| 227 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
| 228 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
| 229 | }}} |
| 230 | |
| 231 | == Unofficial RHEL / Centos Repository == |
| 232 | |
| 233 | More recent releases are available at http://yum.fourkitchens.com/pub/centos/5/noarch/ |
| 234 | |
| 235 | = Building Your Own = |