-
Notifications
You must be signed in to change notification settings - Fork 0
mezuro/noosfero-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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. INSTALL ======= Instalation and executing of Mezuro requires session to be initialized as login shell mode. Shortcut ----------- If you want to use RVM (Ruby Version Manager) environment, just run: $ plugins/mezuro/script/install/install-rvm.sh Watch out for pre-existing gems which may be incompatible, and it may be necessary to uninstall them prior to running the script. Ubuntu Package Dependencies --------------------------- $ sudo apt-get update $ sudo apt-get install build-essential curl libxslt1-dev git git-core tango-icon-theme sqlite3 libsqlite3-dev patch bzip2 openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev openjdk-6-jre Also, be sure to install RVM version 1.19.0. If you are lost use the following commands: $ curl -L https://get.rvm.io | bash -s stable --autolibs=enabled --version 1.19.0 Now you must load RVM into a shell session *as a function*. You may achieve it by following the next script lines, as per the RVM standard reference: if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then # First try to load from a user install source "$HOME/.rvm/scripts/rvm" elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then # Then try to load from a root install source "/usr/local/rvm/scripts/rvm" else printf "ERROR: An RVM installation was not found.\n" fi rvm reload rvm requirements run IMPORTANT: Since Mezuro uses a very specific version of Ruby, to prevent incompatibilities you'll need to run this command every time you open a new session to work with Mezuro: $ rvm use ruby-1.8.7-p302@mezuro Ruby Setup ---------- Use the following bash script lines to install and setup Ruby for running Mezuro: CFLAGS="-O2 -fno-tree-dce -fno-optimize-sibling-calls" rvm install 1.8.7-p302 rvm use ruby-1.8.7-p302@global gem install rubygems-update -v 1.3.7 update_rubygems gem install rake -v 0.8.7 yes | gem uninstall rake -v 10.0.4 rvm gemset create mezuro rvm use ruby-1.8.7-p302@mezuro Gem Dependencies ------------ See the Noosfero INSTALL (and HACKING) file. After install Noosfero, you must install Mezuro dependences below. The order really matters here, so if you see an output like "2 gems instaled" something should be wrong. $gem install --no-ri --no-rdoc rack -v 1.0.1 $gem install --no-ri --no-rdoc rack-test -v 0.6.2 $gem install --no-ri --no-rdoc httpi -v 1.0 $gem install --no-ri --no-rdoc nokogiri -v 1.5.5 $gem install --no-ri --no-rdoc wasabi -v 2.0.0 $gem install --no-ri --no-rdoc json -v 1.7.5 $gem install --no-ri --no-rdoc gherkin -v 2.5.4 $gem install --no-ri --no-rdoc multi_json -v 1.3.7 $gem install --no-ri --no-rdoc rubyzip -v 0.9.9 $gem install --no-ri --no-rdoc ffi -v 1.2.0 $gem install --no-ri --no-rdoc childprocess -v 0.3.6 $gem install --no-ri --no-rdoc websocket -v 1.0.4 $gem install --no-ri --no-rdoc libwebsocket -v 0.1.6.1 $gem install --no-ri --no-rdoc selenium-webdriver -v 2.30.0 $gem install --no-ri --no-rdoc activesupport -v 2.3.5 $gem install --no-ri --no-rdoc actionpack -v 2.3.5 $gem install --no-ri --no-rdoc actionmailer -v 2.3.5 $gem install --no-ri --no-rdoc activerecord -v 2.3.5 $gem install --no-ri --no-rdoc activeresource -v 2.3.5 $gem install --no-ri --no-rdoc addressable -v 2.2.2 $gem install --no-ri --no-rdoc builder -v 3.1.4 $gem install --no-ri --no-rdoc gyoku -v 0.4.6 $gem install --no-ri --no-rdoc akami -v 1.2.0 $gem install --no-ri --no-rdoc xpath -v 0.1.4 $gem install --no-ri --no-rdoc mime-types -v 1.19 $gem install --no-ri --no-rdoc capybara -v 1.1.1 $gem install --no-ri --no-rdoc term-ansicolor -v 1.0.7 $gem install --no-ri --no-rdoc diff-lcs -v 1.1.3 $gem install --no-ri --no-rdoc cucumber -v 1.1.0 $gem install --no-ri --no-rdoc cucumber-rails -v 0.3.2 $gem install --no-ri --no-rdoc culerity -v 0.2.15 $gem install --no-ri --no-rdoc database_cleaner -v 0.9.1 $gem install --no-ri --no-rdoc exception_notification -v 1.0.20090728 $gem install --no-ri --no-rdoc googlecharts -v 1.6.8 $gem install --no-ri --no-rdoc hpricot -v 0.8.2 $gem install --no-ri --no-rdoc httpi -v 0.9.7 $gem install --no-ri --no-rdoc i18n -v 0.4.1 $gem install --no-ri --no-rdoc metaclass -v 0.0.1 $gem install --no-ri --no-rdoc mocha -v 0.9.8 $gem install --no-ri --no-rdoc nori -v 1.1.3 $gem install --no-ri --no-rdoc ntlm-http -v 0.1.1 $gem install --no-ri --no-rdoc polyglot -v 0.3.3 $gem install --no-ri --no-rdoc rails -v 2.3.5 $gem install --no-ri --no-rdoc rcov -v 0.9.7.1 $gem install --no-ri --no-rdoc RedCloth -v 4.2.2 $gem install --no-ri --no-rdoc rspec -v 1.2.9 $gem install --no-ri --no-rdoc rspec-rails -v 1.2.9 $gem install --no-ri --no-rdoc savon -v 0.9.7 $gem install --no-ri --no-rdoc Selenium -v 1.1.14 $gem install --no-ri --no-rdoc selenium-client -v 1.2.18 $gem install --no-ri --no-rdoc sqlite3 -v 1.3.6 $gem install --no-ri --no-rdoc system_timer -v 1.2.4 $gem install --no-ri --no-rdoc tango -v 0.1.15 $gem install --no-ri --no-rdoc tidy -v 1.1.2 $gem install --no-ri --no-rdoc treetop -v 1.4.10 $gem install --no-ri --no-rdoc webrat -v 0.5.1 $gem install --no-ri --no-rdoc will_paginate -v 2.3.12 $gem install --no-ri --no-rdoc gettext -v 1.8.0 Enable Mezuro Plugin -------------------- Also, you need to enable Mezuro Plugin at your Noosfero installation: $ cd <your_noosfero_dir> $ ./script/noosfero-plugins enable mezuro $ mkdir tmp Install Service --------------- To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro Service. For that, see: https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL Configure Service Address ------------------------- Addictionaly, copy service.yml.example to service.yml and define your Kalibro Service address: $ cp plugins/mezuro/service.yml.example plugins/mezuro/service.yml If you install Kalibro Service at localhost, just keep the default adress: http://localhost:8080/KalibroService/ Configure, Create and Populate Database and Solr --------------------------- $ cp config/database.yml.sqlite3 config/database.yml $ cp config/solr.yml.dist config/solr.yml $ rake db:schema:load $ rake db:migrate $ rake makemo $ ./script/sample-data Set Licences list ----------------- $ cp plugins/mezuro/licenses.yml.example plugins/mezuro/licenses.yml Apply Mezuro Theme --------------------- (Our RVM install script already do that) 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 Mezuro Plugin on Noosfero Environment -------------------------------------------- As a Noosfero administrator user, go to administrator panel: - Click on "Enable/disable plugins" option - Click on "Mezuro Plugin" check-box Test Environment ---------------- To prepare Mezuro for running functional and unit tests run the following commands: $ rake solr:download $ rake db:test:prepare DEVELOPMENT =========== Get the Mezuro (Noosfero with Mezuro Plugin) development repository: $ git clone https://gitorious.org/+mezuro/noosfero/mezuro $ cd mezuro $ git checkout mezuro Running Mezuro tests -------------------- $ rake test:noosfero_plugins:mezuro or just: $ rake test:noosfero_plugin_mezuro:units $ rake test:noosfero_plugin:mezuro:functionals Running Mezuro Acceptance tests ------------------------------- Mezuro acceptance tests depend on Kalibro Service. You must to install Kalibro Service to run them. $ cd mezuro $ ./plugins/mezuro/script/tests/run_acceptance_tests.sh plugins/mezuro/features/<feature_file> or $ ./plugins/mezuro/script/tests/run_acceptance_tests.sh plugins/mezuro/features/<feature_file> selenium for running tests in browser. * Make sure cucumber is set in environment variable PATH. Get Involved ============ If you found any bug and/or want to collaborate, please send an e-mail to [email protected] LICENSE ======= Copyright (c) The Author developers. See Noosfero license. AUTHORS ======= Please, see the Mezuro AUTHORS file. ACKNOWLEDGMENTS =============== The authors have been supported by organizations: University of São Paulo (USP) FLOSS Competence Center http://ccsl.ime.usp.br Brazilian National Research Council (CNPQ) http://www.cnpq.br/
About
Deprecated Noosfero Plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published