Skip to content

Commit bc9b21b

Browse files
committed
docs: Add DEB and RPM repository to documentation
1 parent 207202f commit bc9b21b

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version='1.0' encoding='utf-8' ?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
3+
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
4+
%BOOK_ENTITIES;
5+
]>
6+
7+
<!-- Licensed to the Apache Software Foundation (ASF) under one
8+
or more contributor license agreements. See the NOTICE file
9+
distributed with this work for additional information
10+
regarding copyright ownership. The ASF licenses this file
11+
to you under the Apache License, Version 2.0 (the
12+
"License"); you may not use this file except in compliance
13+
with the License. You may obtain a copy of the License at
14+
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
17+
Unless required by applicable law or agreed to in writing,
18+
software distributed under the License is distributed on an
19+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
KIND, either express or implied. See the License for the
21+
specific language governing permissions and limitations
22+
under the License.
23+
-->
24+
25+
<section id="configure-package-repository">
26+
<title>Configure package repository</title>
27+
<para>&PRODUCT; is only distributed from source from the official mirrors. DEB and RPM packages are however build for your convience by third-parties</para>
28+
<para>When installing &PRODUCT; it is recommended you use these package repositories for easy installation.</para>
29+
<section id="configure-package-repository-deb">
30+
<title>DEB package repository</title>
31+
<para>You can add a DEB package repository to your apt sources with the following commands.</para>
32+
<programlisting language="Bash">echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list</programlisting>
33+
<para>We now have to add the public key to the trusted keys.</para>
34+
<programlisting language="Bash">wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
35+
<para>Now update your local apt-cache.</para>
36+
<programlisting language="Bash">apt-get update</programlisting>
37+
<para>Your DEB package repository should now be configured and ready for use.</para>
38+
</section>
39+
<section id="configure-package-repository-rpm">
40+
<title>RPM package repository</title>
41+
<para>TODO</para>
42+
</section>
43+
</section>

docs/en-US/hypervisor-host-install-flow.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<title>Hypervisor Host installation</title>
2727
<xi:include href="hypervisor-host-install-overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
2828
<xi:include href="hypervisor-host-install-prepare-os.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
29+
<xi:include href="configure-package-repository.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
2930
<xi:include href="hypervisor-host-install-libvirt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
3031
<xi:include href="hypervisor-host-install-security-policies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
3132
<xi:include href="hypervisor-host-install-network.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

docs/en-US/hypervisor-host-install-overview.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<para>The procedure for installing the Hypervisor Host is:</para>
3131
<orderedlist>
3232
<listitem><para>Prepare the Operating System</para></listitem>
33+
<listitem><para>Configure the DEB / RPM repository</para></listitem>
3334
<listitem><para>Install and configure libvirt</para></listitem>
3435
<listitem><para>Configure Security Policies (AppArmor and SELinux)</para></listitem>
3536
<listitem><para>Install and configure the Agent</para></listitem>

0 commit comments

Comments
 (0)