diff --git a/README.rdoc b/README.rdoc index 5680ff6..6af2d3b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -39,7 +39,7 @@ Please, have a look the wiki pages about development workflow and code standards * Ruby version - 2.2.0 + 2.2.3 You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io @@ -64,15 +64,18 @@ Please, have a look the wiki pages about development workflow and code standards * Services (job queues, cache servers, search engines, etc.) - Kalibro Processor + *Kalibro Processor* - version 0.9.2 (https://github.com/mezuro/kalibro_processor/archive/v0.9.2.tar.gz) You can find it at https://github.com/mezuro/kalibro_processor By default Mezuro will expect it to be running on port 8082 at localhost. - 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```. + In order to run it as expected, run on two different terminal instances: - Kalibro Configurations + RAILS_ENV=local rails s -p 8082 + RAILS_ENV=local rake jobs:work + + *Kalibro Configurations* - version 1.0.0 (https://github.com/mezuro/kalibro_configurations/archive/v1.0.0.tar.gz) You can find it at https://github.com/mezuro/kalibro_configurations By default Mezuro will expect it to be running on port 8083 at localhost. - In order to run it as expected, run on two different terminal instances: ```rails s -p 8083```. + In order to run it as expected, run on two different terminal instances: rails s -p 8083. * Deployment instructions @@ -95,7 +98,7 @@ Please, have a look the wiki pages about development workflow and code standards === License -Copyright (c) 2013-2014 The Author developers. +Copyright (c) 2013-2015 The Author developers. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by -- libgit2 0.21.2