mirror of https://github.com/apache/cloudstack.git
Minor doc cleanup.
This commit is contained in:
parent
ab4f707936
commit
f39cd83999
|
|
@ -42,7 +42,7 @@
|
|||
</note>
|
||||
<section id="configure-package-repository-deb">
|
||||
<title>DEB package repository</title>
|
||||
<para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 LTS (precise) are being build.</para>
|
||||
<para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para>
|
||||
<para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack</filename>. Add the community provided repository to the file:</para>
|
||||
<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.0</programlisting>
|
||||
<para>We now have to add the public key to the trusted keys.</para>
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
</section>
|
||||
<section id="configure-package-repository-rpm">
|
||||
<title>RPM package repository</title>
|
||||
<para>We expect that CloudStack will have a Yum repository with packages for supported RPM-based systems on or near the 4.0.0-incubating release.</para>
|
||||
<para>If you're using an RPM-based system, you'll want to add the Yum repository so that you can install CloudStack with Yum.</para>
|
||||
<para>Yum repository information is found under <filename>/etc/yum.repos.d</filename>. You'll see several <filename>.repo</filename> files in this directory, each one denoting a specific repository.</para>
|
||||
<para>To add the CloudStack repository, visit the <ulink url="http://incubator.apache.org/cloudstack/downloads.html">downloads page</ulink> for the repository information. It will look something like this:</para>
|
||||
|
|
|
|||
Loading…
Reference in New Issue