Repository: cloudstack-docs-install
Updated Branches:
refs/heads/4.3 5ac5ae680 -> 11dcd6b79
CLOUDSTACK-6880: rewrite cloudstack-usage installation
Conflicts:
source/optional_installation.rst
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/11dcd6b7
Tree:
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/11dcd6b7
Diff:
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/11dcd6b7
Branch: refs/heads/4.3
Commit: 11dcd6b79da86935ef3c488407fcd364f0a162e8
Parents: 5ac5ae6
Author: pdion891 <[email protected]>
Authored: Mon Jul 14 22:02:53 2014 -0400
Committer: pdion891 <[email protected]>
Committed: Mon Jul 14 22:17:13 2014 -0400
----------------------------------------------------------------------
source/optional_installation.rst | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/11dcd6b7/source/optional_installation.rst
----------------------------------------------------------------------
diff --git a/source/optional_installation.rst b/source/optional_installation.rst
index 5f350f4..57f364b 100644
--- a/source/optional_installation.rst
+++ b/source/optional_installation.rst
@@ -47,34 +47,44 @@ Requirements for Installing the Usage Server
Steps to Install the Usage Server
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#.
+#. Package repository should already being configured. Refer to
+ `Configure Package Repository
<http://cloudstack-installation.readthedocs.org/en/latest/installation.html#configure-package-repository>`_
- Run ./install.sh (NOT VALID, NEED CORRECTION)
+#. Install package cloudstack-usage
+ On RHEL/CentOS systems, use:
+
.. sourcecode:: bash
- # ./install.sh
+ # yum install cloudstack-usage
- You should see a few messages as the installer prepares, followed by
- a list of choices.
+ On Debian/Ubuntu systems, use:
-#.
+ .. sourcecode:: bash
+
+ # apt-get install cloudstack-usage
- Choose "S" to install the Usage Server.
+ Once installed, start the Usage Server with the following command.
.. sourcecode:: bash
- > S
+ # service cloudstack-usage start
-#.
+#. Enable the service at boot
- Once installed, start the Usage Server with the following command.
+ On RHEL/CentOS systems, use:
+
+ .. sourcecode:: bash
+
+ # chkconfig cloudstack-usage on
+
+ On Debian/Ubuntu systems, use:
.. sourcecode:: bash
- # service cloudstack-usage start
+ # update-rc.d cloudstack-usage defaults
-The Administration Guide discusses further configuration of the Usage
+The `Administration Guide
<http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/usage.html>`_
discusses further configuration of the Usage
Server.
SSL (Optional)