Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kachayev/gearoscope
Browse files Browse the repository at this point in the history
  • Loading branch information
jurka committed Jul 30, 2011
2 parents 9f4a79f + 1c85495 commit 1be144b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ It provides both:

Gearoscope is designed with ideas of scalability in our minds.


### Install

1. Download tar file
2. Run `pip install -e ./`
3. Add `include` directives to supervisor configuration and run supervisor daemon (or restart). This will launch two process: sonard.py monitoring system and django http server for dashboard viewing and servers configuration management.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Django==1.3
Django>1.3
-e git://github.com/jezdez/django_compressor.git@0.9.2#egg=django_compressor
supervisor>3.0a8
gearman>2.0.2

0 comments on commit 1be144b

Please sign in to comment.