You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2014/07/15 04:04:22 UTC

git commit: CLOUDSTACK-6880: rewrite cloudstack-usage installation

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master 45f651fd5 -> c2a462215


CLOUDSTACK-6880: rewrite cloudstack-usage installation


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/c2a46221
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/c2a46221
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/c2a46221

Branch: refs/heads/master
Commit: c2a462215f957516ab532a64ccb3b8dcb9e6f253
Parents: 45f651f
Author: pdion891 <pd...@apache.org>
Authored: Mon Jul 14 22:02:53 2014 -0400
Committer: pdion891 <pd...@apache.org>
Committed: Mon Jul 14 22:02:53 2014 -0400

----------------------------------------------------------------------
 source/optional_installation.rst | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/c2a46221/source/optional_installation.rst
----------------------------------------------------------------------
diff --git a/source/optional_installation.rst b/source/optional_installation.rst
index 1d24f96..4e9d597 100644
--- a/source/optional_installation.rst
+++ b/source/optional_installation.rst
@@ -47,20 +47,22 @@ Requirements for Installing the Usage Server
 Steps to Install the Usage Server
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#. Run ./install.sh (NOT VALID, NEED CORRECTION)
+#. Package repository should already being configured. Refer to 
+   `Configure Package Repository <http://cloudstack-installation.readthedocs.org/en/latest/installation.html#configure-package-repository>`_
 
-   .. sourcecode:: bash
+#. Install package cloudstack-usage
 
-      # ./install.sh
+   On RHEL/CentOS systems, use:
+   
+   .. sourcecode:: bash
 
-   You should see a few messages as the installer prepares, followed by
-   a list of choices.
+      # yum install cloudstack-usage
 
-#. Choose "S" to install the Usage Server.
+   On Debian/Ubuntu systems, use:
 
    .. sourcecode:: bash
-
-      > S
+      
+      # apt-get install cloudstack-usage
 
 #. Once installed, start the Usage Server with the following command.
 
@@ -68,7 +70,21 @@ Steps to Install the Usage Server
 
       # service cloudstack-usage start
 
-The Administration Guide discusses further configuration of the Usage
+#. Enable the service at boot
+
+   On RHEL/CentOS systems, use:
+   
+   .. sourcecode:: bash
+   
+      # chkconfig cloudstack-usage on
+      
+   On Debian/Ubuntu systems, use:
+
+   .. sourcecode:: bash
+
+      # update-rc.d cloudstack-usage defaults
+
+The `Administration Guide <http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/usage.html>`_ discusses further configuration of the Usage
 Server.