Updated Branches: refs/heads/master 646fd98fc -> d0f30bfff
updating some installation instructions Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d0f30bff Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d0f30bff Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d0f30bff Branch: refs/heads/master Commit: d0f30bfff1bc24814b7cf8238317f7362d957149 Parents: 646fd98 Author: David Nalley <[email protected]> Authored: Wed Oct 17 02:43:05 2012 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 17 02:43:05 2012 -0400 ---------------------------------------------------------------------- docs/en-US/first_ms_node_install.xml | 55 ++++++++++++++--------------- 1 files changed, 27 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d0f30bff/docs/en-US/first_ms_node_install.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/first_ms_node_install.xml b/docs/en-US/first_ms_node_install.xml index fcb4a86..3c3e51a 100644 --- a/docs/en-US/first_ms_node_install.xml +++ b/docs/en-US/first_ms_node_install.xml @@ -25,34 +25,33 @@ <section id="first_ms_node_install"> <title>Install the First Management Server</title> <orderedlist> - <listitem><para>Download the &PRODUCT; Management Server onto the host where it will run from one of the following links. If your operating system is CentOS, use the download file for RHEL.</para> - <itemizedlist> - <listitem><para>Open-source community: <ulink url="http://sourceforge.net/projects/cloudstack/files/CloudStack Acton/">http://sourceforge.net/projects/cloudstack/files/CloudStack Acton/</ulink></para></listitem> - <listitem><para>Commercial customers: <ulink url="https://www.citrix.com/English/ss/downloads/">https://www.citrix.com/English/ss/downloads/</ulink>. - Commercial customers will need a <ulink url="http://www.citrix.com/lang/English/publicindex.asp?destURL=%2FEnglish%2FmyCitrix%2Findex.asp%3F">MyCitrix account</ulink>.</para> - </listitem> - </itemizedlist> - </listitem> - <listitem><para>Install the &PRODUCT; packages. You should have a file in the form of âCloudStack-VERSION-N-OSVERSION.tar.gzâ. Untar the file and then run the install.sh script inside it. Replace the file and directory names below with those you are using:</para> - <programlisting># tar xzf CloudStack-VERSION-N-OSVERSION.tar.gz -# cd CloudStack-VERSION-N-OSVERSION -# ./install.sh -</programlisting> - <para>You should see a few messages as the installer prepares, followed by a list of choices.</para> - </listitem> - <listitem><para>Choose M to install the Management Server software.</para> - <programlisting> > M</programlisting> - </listitem> - <listitem><para>Wait for a message like âComplete! Done,â which indicates that the software was installed successfully.</para> - </listitem> - <listitem><para>(RHEL or CentOS) When the installation is finished, run the following commands to start essential services (the commands might be different depending on your OS):</para> - <programlisting># service rpcbind start -# service nfs start -# chkconfig nfs on -# chkconfig rpcbind on - </programlisting> - </listitem> - <listitem><para>Continue to Install and Configure the Database.</para> + <listitem> + <para> + Ensure you have configured your machine according to + <xref linkend="sect-source-buildrpm-repo2" /> + or + <xref linkend="sect-source-builddebs-repo2" /> + as appropriate for your platform. + </para> + </listitem> + <listitem> + <para> + Install the &PRODUCT; management server packages by + issuing one of the following commands as appropriate: + <programlisting><prompt>#</prompt> <command>yum</command> install cloud-client</programlisting> + <programlisting><prompt>#</prompt> <command>apt-get</command> install cloud-client</programlisting> + </para> + </listitem> + <listitem> + <para> + (RPM-based distributions) When the installation is + finished, run the following commands to start essential + services:</para> + <programlisting><prompt>#</prompt> <command>service</command> rpcbind start +<prompt>#</prompt> <command>service</command> nfs start +<prompt>#</prompt> <command>chkconfig</command> nfs on +<prompt>#</prompt> <command>chkconfig</command> rpcbind on + </programlisting> </listitem> </orderedlist> </section>
