Commit 10cc418ee57b2e77bb5626af55e0645d5eb02792
1 parent
431aa276
Exists in
colab
and in
4 other branches
README updated
Showing
1 changed file
with
15 additions
and
6 deletions
Show diff stats
README.rdoc
| @@ -7,9 +7,10 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | @@ -7,9 +7,10 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | ||
| 7 | 7 | ||
| 8 | * Install | 8 | * Install |
| 9 | 9 | ||
| 10 | - Coming soon... | ||
| 11 | - | ||
| 12 | - We are not thinking about installation right now :) | 10 | + 1. Make sure that the deployment file <tt>config/deploy.rb</tt> is correctly configured to the installation server; |
| 11 | + 2. Also, make sure that the installation server already has rvm installed; | ||
| 12 | + 3. <tt>cap deploy:setup</tt> will install the ruby correct ruby version, the gemset and all the directories tree; | ||
| 13 | + 4. <tt>cap deploy:migrations</tt> deploys the code and run all the migrations | ||
| 13 | 14 | ||
| 14 | * Ruby version | 15 | * Ruby version |
| 15 | 16 | ||
| @@ -29,7 +30,9 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | @@ -29,7 +30,9 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | ||
| 29 | 30 | ||
| 30 | * libxslt1-dev | 31 | * libxslt1-dev |
| 31 | 32 | ||
| 32 | - **NOTE:** If you are using the gnome-shell, or any derivate like terminator, you have to mark on your profile the option to use a "login bash". | 33 | + * postgresql-server-dev-9.1 |
| 34 | + | ||
| 35 | + *NOTE:* If you are using the gnome-shell, or any derivate like terminator, you have to mark on your profile the option to use a "login bash". | ||
| 33 | 36 | ||
| 34 | * Configuration | 37 | * Configuration |
| 35 | 38 | ||
| @@ -50,11 +53,17 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | @@ -50,11 +53,17 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. | ||
| 50 | * Services (job queues, cache servers, search engines, etc.) | 53 | * Services (job queues, cache servers, search engines, etc.) |
| 51 | 54 | ||
| 52 | Kalibro Web Service 1.0 r6 | 55 | Kalibro Web Service 1.0 r6 |
| 53 | - You can find an script to install it on Ubuntu at https://gist.github.com/rafamanzo/6179925 | 56 | + You can find a script to install it on Ubuntu at https://gist.github.com/rafamanzo/6179925 |
| 54 | 57 | ||
| 55 | * Deployment instructions | 58 | * Deployment instructions |
| 56 | 59 | ||
| 57 | - Coming soon... Capistrano instructions. | 60 | + Deployment is made through Capistano (https://github.com/capistrano/capistrano) |
| 61 | + | ||
| 62 | + cap deploy:migrations | ||
| 63 | + | ||
| 64 | + In order to do this, you must have the password. | ||
| 65 | + | ||
| 66 | + Otherwise, you can also modify the deployment file at <tt>config/deploy.rb</tt>. | ||
| 58 | 67 | ||
| 59 | * License | 68 | * License |
| 60 | 69 |