Commit 977d4cf69dd1f3ab5ad040780edf1912d2c36d98
Exists in
colab
and in
4 other branches
Merge pull request #272 from mezuro/general_updates
General updates
Showing
2 changed files
with
10 additions
and
6 deletions
Show diff stats
README.rdoc
@@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards | @@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards | ||
39 | 39 | ||
40 | * Ruby version | 40 | * Ruby version |
41 | 41 | ||
42 | - 2.2.0 | 42 | + 2.2.3 |
43 | 43 | ||
44 | You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io | 44 | You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io |
45 | 45 | ||
@@ -64,15 +64,18 @@ Please, have a look the wiki pages about development workflow and code standards | @@ -64,15 +64,18 @@ Please, have a look the wiki pages about development workflow and code standards | ||
64 | 64 | ||
65 | * Services (job queues, cache servers, search engines, etc.) | 65 | * Services (job queues, cache servers, search engines, etc.) |
66 | 66 | ||
67 | - Kalibro Processor | 67 | + *Kalibro Processor* - version 0.9.2 (https://github.com/mezuro/kalibro_processor/archive/v0.9.2.tar.gz) |
68 | You can find it at https://github.com/mezuro/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. | 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_ENV=local rails s -p 8082```; and ```RAILS_ENV=local rake jobs:work```. | 70 | + In order to run it as expected, run on two different terminal instances: |
71 | 71 | ||
72 | - Kalibro Configurations | 72 | + RAILS_ENV=local rails s -p 8082 |
73 | + RAILS_ENV=local rake jobs:work | ||
74 | + | ||
75 | + *Kalibro Configurations* - version 1.0.0 (https://github.com/mezuro/kalibro_configurations/archive/v1.0.0.tar.gz) | ||
73 | You can find it at https://github.com/mezuro/kalibro_configurations | 76 | You can find it at https://github.com/mezuro/kalibro_configurations |
74 | By default Mezuro will expect it to be running on port 8083 at localhost. | 77 | By default Mezuro will expect it to be running on port 8083 at localhost. |
75 | - In order to run it as expected, run on two different terminal instances: ```rails s -p 8083```. | 78 | + In order to run it as expected, run on two different terminal instances: <tt>rails s -p 8083</tt>. |
76 | 79 | ||
77 | * Deployment instructions | 80 | * Deployment instructions |
78 | 81 | ||
@@ -95,7 +98,7 @@ Please, have a look the wiki pages about development workflow and code standards | @@ -95,7 +98,7 @@ Please, have a look the wiki pages about development workflow and code standards | ||
95 | 98 | ||
96 | === License | 99 | === License |
97 | 100 | ||
98 | -Copyright (c) 2013-2014 The Author developers. | 101 | +Copyright (c) 2013-2015 The Author developers. |
99 | 102 | ||
100 | This program is free software: you can redistribute it and/or modify | 103 | This program is free software: you can redistribute it and/or modify |
101 | it under the terms of the GNU Affero General Public License as published by | 104 | it under the terms of the GNU Affero General Public License as published by |
public/humans.txt
@@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
8 | 8 | ||
9 | Daniel Quadros de Miranda (danielkza2 at gmail.com) | 9 | Daniel Quadros de Miranda (danielkza2 at gmail.com) |
10 | Diego de Araújo Martinez Camarinha (diegoamc90 at gmail.com) | 10 | Diego de Araújo Martinez Camarinha (diegoamc90 at gmail.com) |
11 | + Eduardo Silva Araújo (duduktamg at hotmail.com>) | ||
11 | Heitor Reis Ribeiro (marcheing at gmail.com) | 12 | Heitor Reis Ribeiro (marcheing at gmail.com) |
12 | Paulo Meirelles (paulo at softwarelivre.org) | 13 | Paulo Meirelles (paulo at softwarelivre.org) |
13 | Pedro Scocco (pedroscocco at gmail.com) | 14 | Pedro Scocco (pedroscocco at gmail.com) |