Commit 262e61499533eba50467449d183ea0789c6373c1

Authored by marcheing
2 parents 0b8e6a29 e1dc0164

Merge pull request #174 from mezuro/doc

Doc
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  
... ...
app/views/layouts/application.html.erb
... ... @@ -107,7 +107,7 @@
107 107 </div><!--/row-->
108 108  
109 109 <footer>
110   - <div class="footer-left">&copy; <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2014</div>
  110 + <div class="footer-left">&copy; <%= link_to 'The Mezuro Team', '/humans.txt' %> 2013-2015</div>
111 111 <div class="footer-right"><%= link_to(image_tag('agplv3-88x31.png'), 'http://www.gnu.org/licenses/agpl-3.0-standalone.html') %> <%= link_to image_tag('fork-me.png'), 'https://github.com/mezuro/prezento' %> <%= image_tag 'usp-cloud-nuvem-logo.png' %> <%= link_to image_tag('banner-ccsl.png', height: '40', width: '190'), 'http://ccsl.ime.usp.br/' %></div>
112 112 </footer>
113 113  
... ...
public/humans.txt
... ... @@ -3,19 +3,25 @@
3 3  
4 4 # TEAM
5 5  
6   - Copyright 2013-2014
  6 + Copyright 2013-2015
7 7 -------------------
8 8  
9   - Alessandro Palmeira (alessandro.palmeira at gmail.com)
10 9 Daniel Paulino Alves (danpaulalves at gmail.com)
11 10 Diego de Araújo Martinez Camarinha (diegoamc90 at gmail.com)
12 11 Heitor Reis Ribeiro (marcheing at gmail.com)
13 12 Paulo Meirelles (paulo at softwarelivre.org)
14 13 Rafael Reggiani Manzo (rr.manzo at gmail.com)
15   - Renan Fichberg (rfichberg at gmail.com)
16 14  
17 15 # THANKSs
18 16  
  17 + Former team members
  18 + ---------------------------------------------------------
  19 + Alessandro Palmeira (alessandro.palmeira at gmail.com)
  20 + Fellipe Souto Sampaio (fllsouto at gmail.com)
  21 + Guilherme Rojas (guilhermehrojas at gmail.com)
  22 + João M. M. Silva (jaodsilv at linux.ime.usp.br)
  23 + Renan Fichberg (rfichberg at gmail.com)
  24 +
19 25 UnB Software Evolution Team 2014
20 26 ---------------------------------------------------------
21 27 Beatriz Rezener (beatrizrezener at gmail.com)
... ... @@ -31,12 +37,6 @@
31 37 Renan Costa (renan2727 at hotmail.com)
32 38 Vinicius Vieira (vvieira17 at gmail.com)
33 39  
34   - Former team members
35   - ---------------------------------------------------------
36   - Fellipe Souto Sampaio (fllsouto at gmail.com)
37   - Guilherme Rojas (guilhermehrojas at gmail.com)
38   - João M. M. Silva (jaodsilv at linux.ime.usp.br)
39   -
40 40 USP Lab XP course 2014
41 41 ---------------------------------------------------------
42 42 Daniel Miranda (danielkza2 at gmail.com)
... ... @@ -113,4 +113,4 @@
113 113 Glyphicons
114 114  
115 115 Kalibro
116   - kalibro-gem
  116 + kalibro_client
... ...