Commit 9d13e72ab2dd1bbf0034c521e6264db1085fc6b0
1 parent
c1c95340
Exists in
colab
and in
4 other branches
README and humans.txt updated
Showing
2 changed files
with
17 additions
and
12 deletions
Show diff stats
README.rdoc
| 1 | -== README - Mezuro | |
| 1 | +== README - Prezento (old Mezuro) | |
| 2 | 2 | |
| 3 | -{<img src="https://codeclimate.com/github/mezuro/mezuro.png" />}[https://codeclimate.com/github/mezuro/mezuro] {<img src="https://travis-ci.org/mezuro/mezuro.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mezuro/mezuro] {<img src="https://coveralls.io/repos/mezuro/mezuro/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/mezuro/mezuro?branch=master] | |
| 3 | +{<img src="https://codeclimate.com/github/mezuro/prezento.png" />}[https://codeclimate.com/github/mezuro/prezento] {<img src="https://travis-ci.org/mezuro/prezento.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mezuro/prezento] {<img src="https://coveralls.io/repos/mezuro/prezento/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/mezuro/prezento?branch=master] | |
| 4 | 4 | |
| 5 | 5 | Mezuro is a source code tracking platform based on Noosfero social networking |
| 6 | 6 | platform with Mezuro Plugin actived to access Kalibro Web Service. |
| ... | ... | @@ -31,7 +31,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. |
| 31 | 31 | |
| 32 | 32 | * Ruby version |
| 33 | 33 | |
| 34 | - 2.1.1 | |
| 34 | + 2.1.2 | |
| 35 | 35 | |
| 36 | 36 | You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io |
| 37 | 37 | |
| ... | ... | @@ -62,7 +62,12 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. |
| 62 | 62 | Kalibro Gatekeeper |
| 63 | 63 | 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```. |
| 64 | 64 | By default Mezuro will expect it to be running on port 8081 at localhost. |
| 65 | - In order to run it as expected, run: ```rails s -p 8081```. | |
| 65 | + In order to run it as expected, run: ```RAILS_ENV=local rails s -p 8081```. | |
| 66 | + | |
| 67 | + Kalibro Processor | |
| 68 | + You can find it at https://github.com/mezuro/kalibro_processor | |
| 69 | + By default Mezuro will expect it to be running on port 8082 at localhost. | |
| 70 | + In order to run it as expected, run on two different terminal instances: ```rails s -p 8082```; and ```rake jobs:work```. | |
| 66 | 71 | |
| 67 | 72 | * Deployment instructions |
| 68 | 73 | ... | ... |
public/humans.txt
| ... | ... | @@ -3,12 +3,11 @@ |
| 3 | 3 | |
| 4 | 4 | # TEAM |
| 5 | 5 | |
| 6 | - Copyright 2013 | |
| 7 | - -------------- | |
| 6 | + Copyright 2013-2014 | |
| 7 | + ------------------- | |
| 8 | 8 | |
| 9 | 9 | Alessandro Palmeira (alessandro.palmeira at gmail.com) |
| 10 | 10 | Diego Araújo (diegoamc90 at gmail.com) |
| 11 | - Fellipe Souto Sampaio (fllsouto at gmail.com) | |
| 12 | 11 | Paulo Meirelles (paulo at softwarelivre.org) |
| 13 | 12 | Rafael Reggiani Manzo (rr.manzo at gmail.com) |
| 14 | 13 | Renan Fichberg (rfichberg at gmail.com) |
| ... | ... | @@ -21,6 +20,12 @@ |
| 21 | 20 | Renan Costa (renan2727 at hotmail.com) |
| 22 | 21 | Vinicius Vieira (vvieira17 at gmail.com) |
| 23 | 22 | |
| 23 | + Former team members | |
| 24 | + --------------------------------------------------------- | |
| 25 | + Fellipe Souto Sampaio (fllsouto at gmail.com) | |
| 26 | + Guilherme Rojas (guilhermehrojas at gmail.com) | |
| 27 | + João M. M. Silva (jaodsilv at linux.ime.usp.br) | |
| 28 | + | |
| 24 | 29 | USP Lab XP course 2014 |
| 25 | 30 | --------------------------------------------------------- |
| 26 | 31 | Daniel Miranda (danielkza2@gmail.com) |
| ... | ... | @@ -30,11 +35,6 @@ |
| 30 | 35 | Pedro Scocco (pedroscocco at gmail.com) |
| 31 | 36 | Thiago Kenji Okada <thiago.mast3r at gmail.com> |
| 32 | 37 | |
| 33 | - Former team members | |
| 34 | - --------------------------------------------------------- | |
| 35 | - Guilherme Rojas (guilhermehrojas at gmail.com) | |
| 36 | - João M. M. Silva (jaodsilv at linux.ime.usp.br) | |
| 37 | - | |
| 38 | 38 | USP Lab XP course 2013 kickstarters for the standalone |
| 39 | 39 | --------------------------------------------------------- |
| 40 | 40 | Ademar Lacerda Filho (ademar.mlf at gmail.com) | ... | ... |