Updated Branches: refs/heads/master 342421263 -> 1dc25f25c
Docs: Fixing issues Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1dc25f25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1dc25f25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1dc25f25 Branch: refs/heads/master Commit: 1dc25f25c52b7ef809a47693e5fced8bd2be6672 Parents: 3424212 Author: Sebastien Goasguen <[email protected]> Authored: Mon Feb 25 14:25:53 2013 -0500 Committer: Sebastien Goasguen <[email protected]> Committed: Mon Feb 25 14:25:53 2013 -0500 ---------------------------------------------------------------------- docs/en-US/management-server-install-db-local.xml | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1dc25f25/docs/en-US/management-server-install-db-local.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/management-server-install-db-local.xml b/docs/en-US/management-server-install-db-local.xml index 00ea93b..918cdc0 100644 --- a/docs/en-US/management-server-install-db-local.xml +++ b/docs/en-US/management-server-install-db-local.xml @@ -101,10 +101,6 @@ binlog-format = 'ROW'</programlisting> </orderedlist> </listitem> <listitem> - <para>Set up &PRODUCT; Management Server setup:</para> - <programlisting># cloud-setup-management</programlisting> - </listitem> - <listitem> <para>Set up the database. The following command creates the "cloud" user on the database.</para> <itemizedlist> @@ -152,9 +148,6 @@ binlog-format = 'ROW'</programlisting> <para>If you are running the KVM hypervisor on the same machine with the Management Server, edit /etc/sudoers and add the following line:</para> <programlisting language="Bash">Defaults:cloud !requiretty</programlisting> - <note> - <para>This type of single-machine setup is recommended only for a trial installation.</para> - </note> </listitem> <listitem> <para>Now that the database is set up, you can finish configuring the OS for the Management
