Commit 5dd4474c6417234e2f7ed51876f6506fe2c7076f
1 parent
35343fc5
Exists in
colab
and in
4 other branches
README updated
Showing
1 changed file
with
26 additions
and
9 deletions
Show diff stats
README.rdoc
... | ... | @@ -7,36 +7,53 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. |
7 | 7 | |
8 | 8 | * Install |
9 | 9 | |
10 | + Coming soon... | |
11 | + | |
12 | + We are not thinking about installation right now :) | |
13 | + | |
10 | 14 | * Ruby version |
11 | 15 | |
12 | - Ruby 2.0.0-p195 running through RVM (rvm.io) | |
16 | + 2.0.0-p247 | |
17 | + | |
18 | + You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io | |
13 | 19 | |
14 | 20 | * System dependencies |
15 | 21 | |
22 | + * build-essential | |
23 | + | |
24 | + * curl | |
25 | + | |
26 | + * libxml32 | |
27 | + | |
28 | + * libxml32-dev | |
29 | + | |
30 | + * libxslt-dev | |
31 | + | |
16 | 32 | * Configuration |
17 | 33 | |
34 | + bundle install | |
35 | + | |
18 | 36 | * Database creation |
19 | 37 | |
20 | - <tt>rake db:create</tt> | |
38 | + rake db:create | |
21 | 39 | |
22 | 40 | * Database initialization |
23 | 41 | |
24 | - <tt> | |
25 | 42 | rake db:setup |
26 | - rake dg:migrate | |
27 | - </tt> | |
28 | 43 | |
29 | 44 | * How to run the test suite |
30 | 45 | |
31 | - <tt> | |
32 | - rake db:test:prepare | |
33 | - rake spec | |
34 | - </tt> | |
46 | + rake | |
35 | 47 | |
36 | 48 | * Services (job queues, cache servers, search engines, etc.) |
37 | 49 | |
50 | + Kalibro Web Service 1.0 r6 | |
51 | + You can find an script to install it on Ubuntu at https://gist.github.com/rafamanzo/6179925 | |
52 | + | |
38 | 53 | * Deployment instructions |
39 | 54 | |
55 | + Coming soon... Capistrano instructions. | |
56 | + | |
40 | 57 | * License |
41 | 58 | |
42 | 59 | Copyright (c) 2013 The Author developers. | ... | ... |