Commit 2b772b4ca2587a419620e218fb71b7cf2dc58cc6

Authored by Rafael Manzo
1 parent f263aced

README updated and with samller enhancements

Showing 1 changed file with 9 additions and 6 deletions   Show diff stats
@@ -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