Commit 3dd2e2e21add4c5a665798f71aea8842273ba059
1 parent
6ee0ccd2
Exists in
staging
and in
42 other branches
Updating Mezuro/Kalibro plugin README
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
plugins/mezuro/README
| ... | ... | @@ -10,7 +10,12 @@ See the Noosfero install file and include Ruby gem Savon: |
| 10 | 10 | |
| 11 | 11 | gem install savon |
| 12 | 12 | |
| 13 | -To run Mezuro (kalibro Plugin) acceptance tests, you need to install the Kalibro Service. | |
| 13 | +Also, you need to enable Mezuro Plugin in the Noosfero: | |
| 14 | + | |
| 15 | +cd <your_noosfero_dir> | |
| 16 | +./script/noosfero-plugins enable mezuro | |
| 17 | + | |
| 18 | +To run Mezuro (kalibro Plugin) and its acceptance tests, you need to install the Kalibro Service. | |
| 14 | 19 | For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL |
| 15 | 20 | |
| 16 | 21 | |
| ... | ... | @@ -21,7 +26,7 @@ To get the Mezuro (Noosfero with Kalibro Plugin) development repository: |
| 21 | 26 | |
| 22 | 27 | git clone https://gitorious.org/+mezuro/noosfero/mezuro-noosfero-plugin |
| 23 | 28 | cd mezuro-noosfero-plugin |
| 24 | -git checkout -t mezuro | |
| 29 | +git checkout mezuro | |
| 25 | 30 | |
| 26 | 31 | AUTHORS |
| 27 | 32 | ======= | ... | ... |