Commit fb5ab84d5dccb16997a3a554f07e9b8ac48255c4
1 parent
e3fc3c4f
Exists in
staging
and in
42 other branches
[Mezuro] updating REAME file
Showing
1 changed file
with
34 additions
and
17 deletions
Show diff stats
plugins/mezuro/README
1 | -README - Mezuro (Mezuro Plugin) | ||
2 | -================================ | 1 | +README - Mezuro Plugin |
2 | +====================== | ||
3 | 3 | ||
4 | Mezuro is a source code tracking platform based on Noosfero social networking | 4 | Mezuro is a source code tracking platform based on Noosfero social networking |
5 | platform with Mezuro Plugin actived to access Kalibro Web Service. | 5 | platform with Mezuro Plugin actived to access Kalibro Web Service. |
@@ -11,16 +11,18 @@ INSTALL | @@ -11,16 +11,18 @@ INSTALL | ||
11 | Dependences | 11 | Dependences |
12 | ----------- | 12 | ----------- |
13 | 13 | ||
14 | -See the Noosfero install file. After install Noosfero, install Mezuro dependences: | 14 | +See the Noosfero INSTALL (and HACKING) file. After install Noosfero, you must |
15 | +install Mezuro dependences: | ||
15 | 16 | ||
16 | -$ gem install nokogiri -v 1.5.0 | ||
17 | -$ gem install savon -v 0.9.7 | ||
18 | -$ gem install googlecharts | 17 | +$ gem install --no-ri --no-rdoc nokogiri -v 1.5.0 |
18 | +$ gem install --no-ri --no-rdoc wasabi -v 2.0.0 | ||
19 | +$ gem install --no-ri --no-rdoc savon -v 0.9.7 | ||
20 | +$ gem install --no-ri --no-rdoc googlecharts | ||
19 | 21 | ||
20 | -Enable Plugin | ||
21 | -------------- | 22 | +Enable Mezuro Plugin |
23 | +-------------------- | ||
22 | 24 | ||
23 | -Also, you need to enable Mezuro Plugin at you Noosfero: | 25 | +Also, you need to enable Mezuro Plugin at your Noosfero installation: |
24 | 26 | ||
25 | cd <your_noosfero_dir> | 27 | cd <your_noosfero_dir> |
26 | ./script/noosfero-plugins enable mezuro | 28 | ./script/noosfero-plugins enable mezuro |
@@ -30,34 +32,44 @@ Install Service | @@ -30,34 +32,44 @@ Install Service | ||
30 | --------------- | 32 | --------------- |
31 | 33 | ||
32 | To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro | 34 | To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro |
33 | -Service. | ||
34 | - | ||
35 | -For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL | 35 | +Service. For that, see: |
36 | +https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL | ||
36 | 37 | ||
37 | 38 | ||
38 | Configure Service Address | 39 | Configure Service Address |
39 | ------------------------- | 40 | ------------------------- |
40 | 41 | ||
41 | -Finally, copy service.yaml.example to service.yaml and define your Kalibro | 42 | +Addictionaly, copy service.yml.example to service.yml and define your Kalibro |
42 | Service address: | 43 | Service address: |
43 | 44 | ||
44 | $ cd <your_noosfero_dir>/plugin/mezuro | 45 | $ cd <your_noosfero_dir>/plugin/mezuro |
45 | -$ cp service.yaml.example service.yaml | 46 | +$ cp service.yml.example service.yml |
46 | 47 | ||
47 | If you install Kalibro Service at localhost, just keep the default | 48 | If you install Kalibro Service at localhost, just keep the default |
48 | adress: | 49 | adress: |
49 | 50 | ||
50 | http://localhost:8080/KalibroService/ | 51 | http://localhost:8080/KalibroService/ |
51 | 52 | ||
52 | -Applying Mezuro Theme | 53 | + |
54 | +Set Licences list | ||
55 | +----------------- | ||
56 | + | ||
57 | +$ cd <your_noosfero_dir>/plugin/mezuro | ||
58 | +$ cp licence.yml.example licence.yml | ||
59 | + | ||
60 | + | ||
61 | +Apply Mezuro Theme | ||
53 | --------------------- | 62 | --------------------- |
54 | 63 | ||
64 | +If you want, you can use the Mezuro default theme: | ||
65 | + | ||
55 | $ cd public/designs/themes && rm -f default | 66 | $ cd public/designs/themes && rm -f default |
56 | $ git clone git://gitorious.org/mezuro/mezuro-theme.git | 67 | $ git clone git://gitorious.org/mezuro/mezuro-theme.git |
57 | $ ln -s mezuro-theme/ default && cd ../../../ | 68 | $ ln -s mezuro-theme/ default && cd ../../../ |
58 | 69 | ||
59 | -Active Plugin | ||
60 | -------------- | 70 | + |
71 | +Active Mezuro Plugin on Noosfero Environment | ||
72 | +-------------------------------------------- | ||
61 | 73 | ||
62 | As a Noosfero administrator user, go to administrator panel: | 74 | As a Noosfero administrator user, go to administrator panel: |
63 | 75 | ||
@@ -79,6 +91,11 @@ Running Mezuro tests | @@ -79,6 +91,11 @@ Running Mezuro tests | ||
79 | 91 | ||
80 | $ rake test:noosfero_plugins:mezuro | 92 | $ rake test:noosfero_plugins:mezuro |
81 | 93 | ||
94 | +or just: | ||
95 | + | ||
96 | +$ rake test:noosfero_plugin_mezuro:units | ||
97 | +$ rake test:noosfero_plugin:mezuro:functionals | ||
98 | + | ||
82 | 99 | ||
83 | Get Involved | 100 | Get Involved |
84 | ============ | 101 | ============ |