Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Updated REAMDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Lispython committed Apr 7, 2013
1 parent 1c28ded commit 0c1e8af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ version := $(shell sh -c "grep -oP 'VERSION = \"\K[0-9\.]*?(?=\")' ./setup.py")
release:
git tag -f v$(version) && git push --tags
python setup.py sdist upload
python setup.py bdist_wininst upload

clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
Expand Down
18 changes: 11 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GottWall is a scalable realtime metrics collecting and aggregation platform and
This package, at its core, is just a simple aggregation server and
beautiful customizable web dashboard for visualizing metrics with charts.

It will handle authenticating `clients <Available clients>`_ (such as stati)
It will handle authenticating clients (such as stati)
and all of the logic behind storage and aggregation.


Expand Down Expand Up @@ -55,13 +55,13 @@ Simple chart charing
Installation
------------

To use gottwall use `pip` or `easy_install`:
To use gottwall use `pip` or `easy_install`::

``pip install gottwall``
pip install gottwall

or
or ::

``easy_install gottwall``
easy_install gottwall

or you can use official `gottwall chef cookbook <https://github.com/GottWall/gottwall-cookbook>`_
for automatic setup on system.
Expand All @@ -81,13 +81,17 @@ GottWall have 2 independent parts. Web interface application and aggregator appl
Starting web dashboard
^^^^^^^^^^^^^^^^^^^^^^

To run web application execute command: ``gottwall --config="examples/config.py" server start``
To run web application execute command::

gottwall --config="examples/config.py" server start


Starting aggregator
^^^^^^^^^^^^^^^^^^^

To run aggregator application execute command: ``gottwall --config="examples/config.py" aggregator start``
To run aggregator application execute command::

gottwall --config="examples/config.py" aggregator start


Available storages
Expand Down

0 comments on commit 0c1e8af

Please sign in to comment.