Commit 15a14533b70fccfce4b20e484dc990930c42559c

Authored by Alessandro Palmeira
1 parent abf4cbb4

Updated package names and fixed typo.

Showing 1 changed file with 12 additions and 11 deletions   Show diff stats
README.rdoc
1   -== README - Prezento (old Mezuro)
  1 +== README - Prezento
2 2  
3 3 {<img src="https://codeclimate.com/github/mezuro/prezento.png" />}[https://codeclimate.com/github/mezuro/prezento] {<img src="https://travis-ci.org/mezuro/prezento.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mezuro/prezento] {<img src="https://coveralls.io/repos/mezuro/prezento/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/mezuro/prezento?branch=master]
4 4  
5   -Mezuro is a source code tracking platform based on Noosfero social networking
6   -platform with Mezuro Plugin actived to access Kalibro Web Service.
  5 +Prezento is the web interface for Mezuro.
  6 +
  7 +Mezuro project aims provide a platform to compare projects and metric techniques, teach how to use metrics through configurations, analyze code, avoid technical debts, and disseminate code metrics usage and understanding.
7 8  
8 9 === Development
9 10  
10 11  
11   -* System dependencies (Ubuntu package names)
  12 +* System dependencies (Ubuntu 14.04 package names)
12 13  
13 14 * build-essential
14 15  
15 16 * curl
16 17  
17   - * postgresql-server-dev-9.1
  18 + * postgresql-server-dev-9.3
18 19  
19 20 * Unpacked dependecies
20 21  
... ... @@ -23,11 +24,11 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
23 24 *NOTE:* Just create sym links for that
24 25  
25 26 cd /usr/local/share
26   - wget http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2
27   - tar xjf phantomjs-1.9.2-linux-x86_64.tar.bz2
28   - sudo ln -s /usr/local/share/phantomjs-1.9.2-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs
29   - sudo ln -s /usr/local/share/phantomjs-1.9.2-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
30   - sudo ln -s /usr/local/share/phantomjs-1.9.2-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
  27 + wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
  28 + tar xjf phantomjs-1.9.7-linux-x86_64.tar.bz2
  29 + sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/share/phantomjs
  30 + sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs
  31 + sudo ln -s /usr/local/share/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/bin/phantomjs
31 32  
32 33 * Ruby version
33 34  
... ... @@ -71,7 +72,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service.
71 72  
72 73 * Deployment instructions
73 74  
74   - Deployment is made through Capistano (https://github.com/capistrano/capistrano)
  75 + Deployment is made through Capistrano (https://github.com/capistrano/capistrano)
75 76  
76 77 cap production deploy
77 78  
... ...