Commit e1dc0164eafabd5ace8553911a022d27a64b170d

Authored by Rafael Manzo
1 parent 31d771cf

README updated

Showing 1 changed file with 7 additions and 10 deletions   Show diff stats
README.rdoc
... ... @@ -32,7 +32,7 @@ Mezuro project aims provide a platform to compare projects and metric techniques
32 32  
33 33 * Ruby version
34 34  
35   - 2.1.2
  35 + 2.2.0
36 36  
37 37 You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io
38 38  
... ... @@ -57,18 +57,15 @@ Mezuro project aims provide a platform to compare projects and metric techniques
57 57  
58 58 * Services (job queues, cache servers, search engines, etc.)
59 59  
60   - Kalibro Web Service 1.0 r6
61   - You can find a script to install it on Ubuntu at https://gist.github.com/m45t3r/0c4ad3b5700c6364abf1/f77701622ddc1d54d84757cc9ab59811e0ad6124 (if you're brave https://gist.github.com/rafamanzo/6179925/ shows a unstable script with JBoss instead of Tomcat)
62   -
63   - Kalibro Gatekeeper
64   - You can find a script to install it on any machine with Rails on https://gist.github.com/rafamanzo/9859244. After running this script, run ```unset BUNDLE_GEMFILE```.
65   - By default Mezuro will expect it to be running on port 8081 at localhost.
66   - In order to run it as expected, run: ```RAILS_ENV=local rails s -p 8081```.
67   -
68 60 Kalibro Processor
69 61 You can find it at https://github.com/mezuro/kalibro_processor
70 62 By default Mezuro will expect it to be running on port 8082 at localhost.
71   - In order to run it as expected, run on two different terminal instances: ```rails s -p 8082```; and ```rake jobs:work```.
  63 + In order to run it as expected, run on two different terminal instances: ```RAILS_ENV=local rails s -p 8082```; and ```RAILS_ENV=local rake jobs:work```.
  64 +
  65 + Kalibro Configurations
  66 + You can find it at https://github.com/mezuro/kalibro_configurations
  67 + By default Mezuro will expect it to be running on port 8083 at localhost.
  68 + In order to run it as expected, run on two different terminal instances: ```rails s -p 8083```.
72 69  
73 70 * Deployment instructions
74 71  
... ...