Commit 84d8f327c722fd9771f75dcc756e1b91ea84672c
1 parent
3ae7d2c5
Exists in
colab
and in
4 other branches
Update readme
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
README.rdoc
| ... | ... | @@ -28,7 +28,7 @@ Please, have a look the wiki pages about development workflow and code standards |
| 28 | 28 | |
| 29 | 29 | * PhantomJS >= 1.9.2 (http://phantomjs.org/) |
| 30 | 30 | |
| 31 | - *NOTE:* Just create sym links for that | |
| 31 | + *NOTE:* Just create sym links for that, for example: | |
| 32 | 32 | |
| 33 | 33 | cd /usr/local/share |
| 34 | 34 | wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 |
| ... | ... | @@ -64,7 +64,7 @@ Please, have a look the wiki pages about development workflow and code standards |
| 64 | 64 | |
| 65 | 65 | * Services (job queues, cache servers, search engines, etc.) |
| 66 | 66 | |
| 67 | - *Kalibro Processor* - version 0.9.2 (https://github.com/mezuro/kalibro_processor/archive/v0.9.2.tar.gz) | |
| 67 | + *Kalibro Processor* - version 1.1.6 (https://github.com/mezuro/kalibro_processor/archive/v1.1.6.tar.gz) | |
| 68 | 68 | You can find it at https://github.com/mezuro/kalibro_processor |
| 69 | 69 | By default Mezuro will expect it to be running on port 8082 at localhost. |
| 70 | 70 | In order to run it as expected, run on two different terminal instances: |
| ... | ... | @@ -72,7 +72,7 @@ Please, have a look the wiki pages about development workflow and code standards |
| 72 | 72 | RAILS_ENV=local rails s -p 8082 |
| 73 | 73 | RAILS_ENV=local rake jobs:work |
| 74 | 74 | |
| 75 | - *Kalibro Configurations* - version 1.0.0 (https://github.com/mezuro/kalibro_configurations/archive/v1.0.0.tar.gz) | |
| 75 | + *Kalibro Configurations* - version 1.2.5 (https://github.com/mezuro/kalibro_configurations/archive/v1.2.5.tar.gz) | |
| 76 | 76 | You can find it at https://github.com/mezuro/kalibro_configurations |
| 77 | 77 | By default Mezuro will expect it to be running on port 8083 at localhost. |
| 78 | 78 | In order to run it as expected, run on two different terminal instances: <tt>rails s -p 8083</tt>. |
| ... | ... | @@ -98,7 +98,7 @@ Please, have a look the wiki pages about development workflow and code standards |
| 98 | 98 | |
| 99 | 99 | === License |
| 100 | 100 | |
| 101 | -Copyright (c) 2013-2015 The Author developers. | |
| 101 | +Copyright (c) 2013-2016 The Author developers. | |
| 102 | 102 | |
| 103 | 103 | This program is free software: you can redistribute it and/or modify |
| 104 | 104 | it under the terms of the GNU Affero General Public License as published by | ... | ... |