Commit e66588b454fb5cad089b2f05c72c20237529557c

Authored by AntonioTerceiro
1 parent e81b1924

ActionItem8: enhancing the doc



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@440 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 15 additions and 5 deletions   Show diff stats
doc/DEVELOPMENT
... ... @@ -2,13 +2,20 @@
2 2  
3 3 === Requirements
4 4  
5   -You need to have a Subversion client (svn) installed, as well as Ruby:http://www.ruby-lang.org/, Rake:http://rake.rubyforge.org/, Ruby-GetText:http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext, Mocha:http://mocha.rubyforge.org/ and maybe others.
  5 +You need to have a Subversion client (svn) installed, as well as:
  6 +
  7 +* Ruby:http://www.ruby-lang.org/
  8 +* Rake:http://rake.rubyforge.org/
  9 +* Ruby-GetText:http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
  10 +* Mocha:http://mocha.rubyforge.org/
  11 +* Ruby-sqlite3:http://rubyforge.org/projects/sqlite-ruby
6 12  
7 13 There are Debian packages available for all of them. Try:
8 14  
9   - # aptitude install svn ruby rake libgettext-ruby libmocha-ruby
  15 + # aptitude install svn ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby
10 16  
11   -If you have problems with the setup, use the development mailing list.
  17 +If you have problems with the setup, use the development mailing list. In
  18 +special its possible that the requirements list above is not complete.
12 19  
13 20 === Getting Noosfero source
14 21  
... ... @@ -35,5 +42,8 @@ Use Noosfero Tracker application at http://www.colivre.coop.br/Noosfero.
35 42  
36 43 == Helping with development
37 44  
38   -* It's recommended that you subscribe to the "development mailing list":http://ynternet.net/mailman/listinfo/noosfero
39   -* If you have a patch, create an appropriate action item (bugs/requirement/enhancement) in the Tracker web (see "Reporting bugs" above) of type.
  45 +* It's recommended that you subscribe to the "development mailing
  46 + list":http://ynternet.net/mailman/listinfo/noosfero
  47 +* If you have a patch, create an appropriate action item
  48 + (bugs/requirement/enhancement) in the Tracker web (see "Reporting bugs"
  49 + above) of type.
... ...