From 85a8ea0a24c12dc4b5520d6143a03733fa97b87a Mon Sep 17 00:00:00 2001 From: Paulo Meirelles Date: Thu, 13 Dec 2012 19:02:10 -0200 Subject: [PATCH] [Mezuro] updating REAME file --- plugins/mezuro/README | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/plugins/mezuro/README b/plugins/mezuro/README index 7b56760..1bbc677 100644 --- a/plugins/mezuro/README +++ b/plugins/mezuro/README @@ -1,5 +1,5 @@ -README - Mezuro (Mezuro Plugin) -================================ +README - Mezuro Plugin +====================== Mezuro is a source code tracking platform based on Noosfero social networking platform with Mezuro Plugin actived to access Kalibro Web Service. @@ -11,16 +11,18 @@ INSTALL Dependences ----------- -See the Noosfero install file. After install Noosfero, install Mezuro dependences: +See the Noosfero INSTALL (and HACKING) file. After install Noosfero, you must +install Mezuro dependences: -$ gem install nokogiri -v 1.5.0 -$ gem install savon -v 0.9.7 -$ gem install googlecharts +$ gem install --no-ri --no-rdoc nokogiri -v 1.5.0 +$ gem install --no-ri --no-rdoc wasabi -v 2.0.0 +$ gem install --no-ri --no-rdoc savon -v 0.9.7 +$ gem install --no-ri --no-rdoc googlecharts -Enable Plugin -------------- +Enable Mezuro Plugin +-------------------- -Also, you need to enable Mezuro Plugin at you Noosfero: +Also, you need to enable Mezuro Plugin at your Noosfero installation: cd ./script/noosfero-plugins enable mezuro @@ -30,34 +32,44 @@ Install Service --------------- To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro -Service. - -For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL +Service. For that, see: +https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL Configure Service Address ------------------------- -Finally, copy service.yaml.example to service.yaml and define your Kalibro +Addictionaly, copy service.yml.example to service.yml and define your Kalibro Service address: $ cd /plugin/mezuro -$ cp service.yaml.example service.yaml +$ cp service.yml.example service.yml If you install Kalibro Service at localhost, just keep the default adress: http://localhost:8080/KalibroService/ -Applying Mezuro Theme + +Set Licences list +----------------- + +$ cd /plugin/mezuro +$ cp licence.yml.example licence.yml + + +Apply Mezuro Theme --------------------- +If you want, you can use the Mezuro default theme: + $ cd public/designs/themes && rm -f default $ git clone git://gitorious.org/mezuro/mezuro-theme.git $ ln -s mezuro-theme/ default && cd ../../../ -Active Plugin -------------- + +Active Mezuro Plugin on Noosfero Environment +-------------------------------------------- As a Noosfero administrator user, go to administrator panel: @@ -79,6 +91,11 @@ Running Mezuro tests $ rake test:noosfero_plugins:mezuro +or just: + +$ rake test:noosfero_plugin_mezuro:units +$ rake test:noosfero_plugin:mezuro:functionals + Get Involved ============ -- libgit2 0.21.2