Commit cb94ce4615ddc91cf78c274cd2e0dbf0d400c333

Authored by Rafael Manzo
1 parent 0fd2b7cc

README and humans updated

Showing 2 changed files with 20 additions and 16 deletions   Show diff stats
README.rdoc
... ... @@ -16,18 +16,12 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
16 16  
17 17 * postgresql-server-dev-9.1
18 18  
19   - * imagemagick
20   -
21   - * libmagickcore-dev
22   -
23   - * libmagickwand-dev
24   -
25 19 * Unpacked dependecies
26 20  
27 21 * PhantomJS >= 1.9.2 (http://phantomjs.org/)
28   -
  22 +
29 23 *NOTE:* Just create sym links for that
30   -
  24 +
31 25 cd /usr/local/share
32 26 wget http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2
33 27 tar xjf phantomjs-1.9.2-linux-x86_64.tar.bz2
... ... @@ -37,7 +31,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
37 31  
38 32 * Ruby version
39 33  
40   - 2.0.0-p353
  34 + 2.1.1
41 35  
42 36 You can easily install it through the Ruby Version Manager - RVM. Instructions on how to do it can be found at http://rvm.io
43 37  
... ... @@ -69,7 +63,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
69 63  
70 64 Deployment is made through Capistano (https://github.com/capistrano/capistrano)
71 65  
72   - cap deploy:migrations
  66 + cap production deploy
73 67  
74 68 In order to do this, you must have the password.
75 69  
... ... @@ -84,10 +78,16 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
84 78 3. <tt>cap deploy:setup</tt> will install the ruby correct ruby version, the gemset and all the directories tree;
85 79 4. <tt>cap deploy:migrations</tt> deploys the code and run all the migrations
86 80  
  81 +=== Contributing
  82 +
  83 +Please, have a look the wiki pages about development workflow and code standards:
  84 +
  85 +* https://github.com/mezuro/mezuro/wiki/Development-workflow
  86 +* https://github.com/mezuro/mezuro/wiki/Standards
87 87  
88 88 === License
89 89  
90   -Copyright (c) 2013 The Author developers.
  90 +Copyright (c) 2013-2014 The Author developers.
91 91  
92 92 This program is free software: you can redistribute it and/or modify
93 93 it under the terms of the GNU Affero General Public License as published by
... ... @@ -104,7 +104,7 @@ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
104 104  
105 105 === Authors
106 106  
107   -Please see the humans.txt file with the authors
  107 +Please see the humans.txt (at the `public` folder) file with the authors
108 108  
109 109 === Acknowledgments
110 110  
... ...
public/humans.txt
... ... @@ -6,19 +6,23 @@
6 6 Copyright 2013
7 7 --------------
8 8  
  9 + Alessandro Palmeira (alessandro.palmeira at gmail.com)
9 10 Diego Araújo (diegoamc90 at gmail.com)
10 11 Fellipe Souto Sampaio (fllsouto at gmail.com)
11   - Guilherme Rojas (guilhermehrojas at gmail.com)
12 12 Paulo Meirelles (paulo at softwarelivre.org)
13 13 Rafael Reggiani Manzo (rr.manzo at gmail.com)
14 14 Renan Fichberg (rfichberg at gmail.com)
15 15  
16 16 # THANKSs
17 17  
18   - Actual version collaborators
  18 + Actual version independent collaborators
19 19 ---------------------------------------------------------
20   - João M. M. Silva (jaodsilv at linux.ime.usp.br)
21   - Vinicius Vieira (vvieira17 at gmail.com)
  20 + Vinicius Vieira (vvieira17 at gmail.com)
  21 +
  22 + Former team members
  23 + ---------------------------------------------------------
  24 + Guilherme Rojas (guilhermehrojas at gmail.com)
  25 + João M. M. Silva (jaodsilv at linux.ime.usp.br)
22 26  
23 27 USP Lab XP course 2013 kickstarters for the standalone
24 28 ---------------------------------------------------------
... ...